aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index 9ee23c1ab..78487b953 100644
--- a/utility.c
+++ b/utility.c
@@ -200,8 +200,7 @@ extern _syscall5(int, mount, const char *, special_file, const char *, dir,
const char *, fstype, unsigned long int, rwflag, const void *, data);
#endif
-#if defined BB_FEATURE_NEW_MODULE_INTERFACE &&
- (defined BB_INSMOD || defined BB_LSMOD)
+#if defined BB_FEATURE_NEW_MODULE_INTERFACE && ( defined BB_INSMOD || defined BB_LSMOD )
#ifndef __NR_query_module
static const int __NR_query_module = 167;
#endif