Skip to content

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 15, 2022
1 parent 0b02ad4 commit 3ed8e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ has_jack2_internal_client = cc.compiles(
client_name = "foo";
client = jack_client_open(client_name, JackNoStartServer, &status);
intclient = jack_internal_client_handle (client, client_name, &status);
intclient = jack_internal_client_handle(client, client_name, &status);
}
'''
)
Expand Down
2 changes: 1 addition & 1 deletion tools/alsa_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ int main (int argc, char *argv[]) {
if( !sample_rate )
sample_rate = jack_sample_rate;

static_resample_factor = (double) sample_rate / (double) jack_sample_rate;
static_resample_factor = (double) sample_rate / (double) jack_sample_rate;
resample_lower_limit = static_resample_factor * 0.25;
resample_upper_limit = static_resample_factor * 4.0;
resample_mean = static_resample_factor;
Expand Down

0 comments on commit 3ed8e36

Please sign in to comment.