More minor code formatting tweaks
diff --git a/djpeg.c b/djpeg.c
index 6de5d2c..ce83104 100644
--- a/djpeg.c
+++ b/djpeg.c
@@ -90,7 +90,7 @@
 
 static const char *progname;    /* program name for error messages */
 static char *outfilename;       /* for -outfile switch */
-boolean memsrc;  /* for -memsrc switch */
+boolean memsrc;                 /* for -memsrc switch */
 boolean strip, skip;
 JDIMENSION startY, endY;
 #define INPUT_BUF_SIZE  4096