diff options
author | Thomas Brand <tom@trellis.ch> | 2019-01-20 23:14:23 +0100 |
---|---|---|
committer | Thomas Brand <tom@trellis.ch> | 2019-01-20 23:14:23 +0100 |
commit | 655626ac9de45d63f65572f545df08ae69f4d0f7 (patch) | |
tree | 7da61d5ad4f0c94d7d8fee5841d90c08c351b462 /common/JackServer.h | |
parent | 549ee2ec59e2271a1dc4def9d1de78d7671bb69e (diff) | |
download | jack2-655626ac9de45d63f65572f545df08ae69f4d0f7.tar.gz |
NO-OP / trailing whitespace in *.h files
Diffstat (limited to 'common/JackServer.h')
-rw-r--r-- | common/JackServer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/JackServer.h b/common/JackServer.h index 9cfc9605..c1b5b0d8 100644 --- a/common/JackServer.h +++ b/common/JackServer.h @@ -73,23 +73,23 @@ class SERVER_EXPORT JackServer int Start(); int Stop(); - + bool IsRunning(); // RT thread void Notify(int refnum, int notify, int value); - // From request thread : API + // From request thread : API int SetBufferSize(jack_nframes_t buffer_size); int SetFreewheel(bool onoff); - + // Internals clients int InternalClientLoad1(const char* client_name, const char* so_name, const char* objet_data, int options, int* int_ref, int uuid, int* status); int InternalClientLoad2(const char* client_name, const char* so_name, const JSList * parameters, int options, int* int_ref, int uuid, int* status); - + // Internal session file int LoadInternalSessionFile(const char* file); - + // Transport management int ReleaseTimebase(int refnum); int SetTimebaseCallback(int refnum, int conditional); |