From 180b70564383e9f89ec77dfa16d8d023e45369f0 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 7 Feb 2015 10:16:49 +1000 Subject: Fix whitespace in pbd/debug.h --- libs/pbd/pbd/debug.h | 6 +++--- 1 file 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; -- cgit v1.2.3