summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-02-07 10:16:49 +1000
committerTim Mayberry <mojofunk@gmail.com>2015-02-12 22:10:51 +1000
commit180b70564383e9f89ec77dfa16d8d023e45369f0 (patch)
treeddce828c47ad61be740b3f5f3c57d72450e00bcc
parent0550ec31bcedfee8c84bec22c9cebe3e58adbed8 (diff)
Fix whitespace in pbd/debug.h
-rw-r--r--libs/pbd/pbd/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pbd/pbd/debug.h b/libs/pbd/pbd/debug.h
index 4af1025cb2..306e381fc4 100644
--- a/libs/pbd/pbd/debug.h
+++ b/libs/pbd/pbd/debug.h
@@ -30,7 +30,7 @@
namespace PBD {
LIBPBD_API extern uint64_t debug_bits;
- LIBPBD_API uint64_t new_debug_bit (const char* name);
+ LIBPBD_API uint64_t new_debug_bit (const char* name);
LIBPBD_API void debug_print (const char* prefix, std::string str);
LIBPBD_API void set_debug_bits (uint64_t bits);
LIBPBD_API int parse_debug_options (const char* str);
@@ -40,8 +40,8 @@ namespace PBD {
/* this namespace is so that we can write DEBUG::bit_name */
- LIBPBD_API extern uint64_t Stateful;
- LIBPBD_API extern uint64_t Properties;
+ LIBPBD_API extern uint64_t Stateful;
+ LIBPBD_API extern uint64_t Properties;
LIBPBD_API extern uint64_t FileManager;
LIBPBD_API extern uint64_t Pool;
LIBPBD_API extern uint64_t EventLoop;