X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fflower-debug.hh;h=b3855d15666d16262fe1fcb1ac5672411e7ec7fc;hb=cec6dfa6bf0fb931eb7f42b1ee44ca2ec19a9f34;hp=1fe12e09e1168b8ed18350f5dcbd5649badf1dbe;hpb=8309cbcd6660ea1f0b35abacbb424ddc4158e448;p=lilypond.git diff --git a/flower/include/flower-debug.hh b/flower/include/flower-debug.hh index 1fe12e09e1..b3855d1566 100644 --- a/flower/include/flower-debug.hh +++ b/flower/include/flower-debug.hh @@ -1,5 +1,5 @@ /* - flower-debug.hh -- declare + flower-debug.hh -- declare global constants relating to debug dumps source file of the Flower Library @@ -15,11 +15,11 @@ extern Dstream *flower_dstream; extern bool flower_check_debug; #ifdef NPRINT -#define fdebug if ( 0 ) *flower_dstream +#define fdebug if (0) *flower_dstream #else #define fdebug if (flower_check_debug) \ - flower_dstream->identify_as(__PRETTY_FUNCTION__) + flower_dstream->identify_as (__PRETTY_FUNCTION__) #endif -void set_flower_debug(Dstream&ds, bool); +void set_flower_debug (Dstream&ds, bool); #endif // FLOWER_DEBUG_HH