summaryrefslogtreecommitdiff
path: root/tools/jacktest.c
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
committerRobin Gareus <robin@gareus.org>2015-10-05 16:17:49 +0200
commit22b07e0233a29d9633ffa825a79503befaf2e16e (patch)
tree1d8b06056f8e12197158f5d906319767d3dedda5 /tools/jacktest.c
parente11ba7b79d68bc1070b170236c22123966d7bcc3 (diff)
NOOP, remove trailing tabs/whitespace.
Diffstat (limited to 'tools/jacktest.c')
-rw-r--r--tools/jacktest.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/jacktest.c b/tools/jacktest.c
index dc494ec574..62a6a08376 100644
--- a/tools/jacktest.c
+++ b/tools/jacktest.c
@@ -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) {