diff options
author | comex | 2015-01-16 04:37:48 -0500 |
---|---|---|
committer | comex | 2015-01-16 04:38:38 -0500 |
commit | 2bd4ea6d1a7e66479a1f1e8048c8a2b0affca4c4 (patch) | |
tree | c02de14447e1f1c364fe5538ff5c51c0d7a26f7c /lib/substitute-internal.h | |
parent | interpose (based on %c based on data) compiles... (diff) | |
download | substitute-2bd4ea6d1a7e66479a1f1e8048c8a2b0affca4c4.tar.gz |
fix spacing
Diffstat (limited to 'lib/substitute-internal.h')
-rw-r--r-- | lib/substitute-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index fb64714..2550d2a 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -2,9 +2,9 @@ #include <stdio.h> #define substitute_panic(...) do { \ - fprintf(stderr, __VA_ARGS__); \ - abort(); \ - __builtin_unreachable(); \ + fprintf(stderr, __VA_ARGS__); \ + abort(); \ + __builtin_unreachable(); \ } while(0) #define EXPORT __attribute__ ((visibility("default"))) |