X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-input%2Fi3-input.h;h=fcf9edc3d3138ac24a644cee60adb8f85b9e6bdf;hb=c93056b2d892b094926d9536583201f0f90baea6;hp=104296cf6945db1267914e8378d26ec4094fad91;hpb=b0990c183ae1e25aaddb2af40eeb11eff1a208af;p=i3%2Fi3 diff --git a/i3-input/i3-input.h b/i3-input/i3-input.h index 104296cf..fcf9edc3 100644 --- a/i3-input/i3-input.h +++ b/i3-input/i3-input.h @@ -3,12 +3,12 @@ #include #define die(...) errx(EXIT_FAILURE, __VA_ARGS__); -#define FREE(pointer) do { \ +#define FREE(pointer) \ + do { \ if (pointer != NULL) { \ - free(pointer); \ - pointer = NULL; \ - } \ -} \ -while (0) + free(pointer); \ + pointer = NULL; \ + } \ + } while (0) extern xcb_window_t root;