Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / kconfig / confdata.c
index 56a0eb08518709de8614504dbf7483b06cf651f2..3bbad3010a390c08777cd5526f0faf6b3e9dd9cf 100644 (file)
@@ -19,7 +19,7 @@
 #define mkdir(x,y) mkdir(x)
 #define UNLINK_IF_NECESSARY(x) unlink(x)
 #else
-#define UNLINK_IF_NECESSARY(X) 
+#define UNLINK_IF_NECESSARY(X)
 #endif
 
 static void conf_warning(const char *fmt, ...)