X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3lock.h;h=57190e5b6dd07fa32b451698960d2f135ddebbe9;hb=14667d8304382bb766ddbab5c58c2c81bfe16b6c;hp=3e336ad50e30ee810ad178465fe18be5b1b371fd;hpb=be2195106214b716b23d11534ea004f614b4a0e9;p=i3%2Fi3lock diff --git a/i3lock.h b/i3lock.h index 3e336ad..57190e5 100644 --- a/i3lock.h +++ b/i3lock.h @@ -5,9 +5,10 @@ * This is important because xautolock (for example) closes stdout/stderr by * default, so just printing something to stdout will lead to the data ending * up on the X11 socket (!). */ -#define DEBUG(fmt, ...) do { \ - if (debug_mode) \ - printf("[i3lock-debug] " fmt, ##__VA_ARGS__); \ -} while (0) +#define DEBUG(fmt, ...) \ + do { \ + if (debug_mode) \ + printf("[i3lock-debug] " fmt, ##__VA_ARGS__); \ + } while (0) #endif