Skip to content

Commit 3ed8e36

Browse files
committed
Cleanup whitespace
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 0b02ad4 commit 3ed8e36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ has_jack2_internal_client = cc.compiles(
6262
6363
client_name = "foo";
6464
client = jack_client_open(client_name, JackNoStartServer, &status);
65-
intclient = jack_internal_client_handle (client, client_name, &status);
65+
intclient = jack_internal_client_handle(client, client_name, &status);
6666
}
6767
'''
6868
)

tools/alsa_out.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ int main (int argc, char *argv[]) {
754754
if( !sample_rate )
755755
sample_rate = jack_sample_rate;
756756

757-
static_resample_factor = (double) sample_rate / (double) jack_sample_rate;
757+
static_resample_factor = (double) sample_rate / (double) jack_sample_rate;
758758
resample_lower_limit = static_resample_factor * 0.25;
759759
resample_upper_limit = static_resample_factor * 4.0;
760760
resample_mean = static_resample_factor;

0 commit comments

Comments
 (0)