From 162308c36dadbc5384d9074f6542b6105b2b8c52 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 23:32:42 +0000 Subject: Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except with modifications to not add broken indentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3263 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/OSCClientReceiver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/OSCClientReceiver.cpp') diff --git a/src/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp index d0119987..2e28019b 100644 --- a/src/client/OSCClientReceiver.cpp +++ b/src/client/OSCClientReceiver.cpp @@ -111,8 +111,8 @@ OSCClientReceiver::generic_cb(const char* path, const char* types, lo_arg** argv for (int i=0; i < argc; ++i) { lo_arg_pp(lo_type(types[i]), argv[i]); printf("\t"); - } - printf("\n"); + } + printf("\n"); return 1; // not handled } -- cgit v1.2.1