about summary refs log tree commit diff
path: root/fq.c
diff options
context:
space:
mode:
Diffstat (limited to 'fq.c')
-rw-r--r--fq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fq.c b/fq.c
index 4df076f..2adb231 100644
--- a/fq.c
+++ b/fq.c
@@ -95,7 +95,7 @@ main(int argc, char *argv[])
 		exit(111);
 	}
 
-	if (optind == argc) {	/* behave as if $NQDIR/,* was passed. */
+	if (optind == argc) {   /* behave as if $NQDIR/,* was passed. */
 		DIR *dir;
 		struct dirent *d;
 		int len = 0;