diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-09 06:59:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-09 06:59:58 +0000 |
commit | 79913b3e6cefbb6276026c4785aa8f776b2bd548 (patch) | |
tree | 7a836341664d8c3a9974331640454a1a12527564 /ldso/include/ldso.h | |
parent | 8b19fd5b44373213b806a5b30705e6882560cdfc (diff) |
fix broken whitespace in many places; no functional changes
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r-- | ldso/include/ldso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 029922747..a9d3609d0 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -65,7 +65,7 @@ extern int _dl_debug_file; # define __dl_debug_dprint(fmt, args...) \ _dl_dprintf(_dl_debug_file, "%s:%i: " fmt, __FUNCTION__, __LINE__, ## args); # define _dl_if_debug_dprint(fmt, args...) \ - do { if (_dl_debug) __dl_debug_dprint(fmt, ## args); } while (0) + do { if (_dl_debug) __dl_debug_dprint(fmt, ## args); } while (0) #else # define __dl_debug_dprint(fmt, args...) # define _dl_if_debug_dprint(fmt, args...) |