Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / nvramtool / common.c
index c80c2da6dfaf632048a7778f7f3d02e0ba814a03..45338ec4de01d4cf8652fea1061ff8fa3b00c60f 100644 (file)
@@ -48,7 +48,7 @@ int get_line_from_file(FILE * f, char line[], int line_buf_size)
                return LINE_EOF;
 
        /* If the file contains a line that is too long, then it's best
-        * to let the user know right away rather than passing back a 
+        * to let the user know right away rather than passing back a
         * truncated result that will lead to problems later on.
         */
        return (strlen(line) == ((size_t) (line_buf_size - 1))) ?