ntpd: set offset to 0.0 in "usync" event
[oweals/busybox.git] / applets / individual.c
index 341f4d1c2c8c26c09710abeea63e962e1faebfa7..4c468df06a032fa2a7b7835ad6f280bda7ee45ca 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Copyright 2005 Rob Landley <rob@landley.net
  *
- * Licensed under GPL version 2, see file LICENSE in this tarball for details
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
 const char *applet_name;
@@ -14,7 +14,7 @@ const char *applet_name;
 int main(int argc, char **argv)
 {
        applet_name = argv[0];
-       return APPLET_main(argc,argv);
+       return APPLET_main(argc, argv);
 }
 
 void bb_show_usage(void)