Fix tabbing
[satune.git] / src / common.h
index 3a0eeaa01c4dd3a0ad0c8e9f7416968ef323f968..48b2a7e70e3994d8dfda327a09f2c167979fca20 100644 (file)
@@ -55,9 +55,9 @@ void assert_hook(void);
                if (!(expr)) { \
                        fprintf(stderr, "Error: assertion failed in %s at line %d\n", __FILE__, __LINE__); \
                        /* print_trace(); // Trace printing may cause dynamic memory allocation */ \
-                       assert_hook();                                                                                                   \
-                       exit(EXIT_FAILURE);     \
-               }       \
+                       assert_hook();                           \
+                       exit(EXIT_FAILURE); \
+               } \
        } while (0)
 #else
 #define ASSERT(expr) \