Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / payloads / libpayload / libc / args.c
index 8242d60bba16d3e75f35a9ead5877f7b45f9b828..663d767dc56625e975f7e9aee4f39f9be3299270 100644 (file)
@@ -35,8 +35,8 @@
 #include <libpayload.h>
 #include <getopt.h>
 
-/* We don't want to waste malloc on this, so we live with a small 
- * fixed size array 
+/* We don't want to waste malloc on this, so we live with a small
+ * fixed size array
  */
 char *string_argv[MAX_ARGS];
 int string_argc;