NOOP, remove trailing tabs/whitespace.

This commit is contained in:
Robin Gareus 2015-10-05 16:17:49 +02:00
parent e11ba7b79d
commit 22b07e0233
822 changed files with 6861 additions and 6861 deletions

View file

@ -36,11 +36,11 @@ process (jack_nframes_t nframes, void *arg)
out = jack_port_get_buffer (output_port, nframes);
memcpy (out, in, sizeof (jack_default_audio_sample_t) * nframes);
for (i = 0; i < loopsize; ++i) {
fooey (nframes);
}
last_load = jack_cpu_load (client);
if ((at_loop += nframes) >= at_loop_size) {
@ -182,7 +182,7 @@ main (int argc, char *argv[])
}
free (ports);
ports = jack_get_ports (client, NULL, NULL,
JackPortIsPhysical|JackPortIsInput);
if (ports == NULL) {