diff data/osc/OSCQueue.cpp @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 6b847a59d908
children 70e172e6cc59
line wrap: on
line diff
--- a/data/osc/OSCQueue.cpp	Thu Mar 01 14:43:40 2018 +0000
+++ b/data/osc/OSCQueue.cpp	Thu Mar 01 18:02:22 2018 +0000
@@ -34,7 +34,7 @@
 OSCQueue::oscError(int num, const char *msg, const char *path)
 {
     cerr << "ERROR: OSCQueue::oscError: liblo server error " << num
-	      << " in path " << path << ": " << msg << endl;
+              << " in path " << path << ": " << msg << endl;
 }
 
 int
@@ -48,7 +48,7 @@
     QString method;
 
     if (!queue->parseOSCPath(path, target, targetData, method)) {
-	return 1;
+        return 1;
     }
 
     OSCMessage message;
@@ -80,7 +80,7 @@
             break;
         }
 
-	++i;
+        ++i;
     }
 
     queue->postMessage(message);
@@ -190,7 +190,7 @@
                        QString &method)
 {
     while (path.startsWith("/")) {
-	path = path.right(path.length()-1);
+        path = path.right(path.length()-1);
     }
 
     int i = 0;