ntpd: fix comment, no code changes
[oweals/busybox.git] / scripts / basic / split-include.c
index 459c45276cb1a4288f77f18fe327ae0c6bd312fb..60934b5b1441fff0093c0931c6f2f9df8e5f22cc 100644 (file)
@@ -154,7 +154,7 @@ int main(int argc, const char * argv [])
            }
 
            /* Write the file. */
-           if ((fp_target = fopen(ptarget, "w" )) == NULL)
+           if ((fp_target = fopen(ptarget,  "w")) == NULL)
                ERROR_EXIT(ptarget);
            fputs(line, fp_target);
            if (ferror(fp_target) || fclose(fp_target) != 0)