Don't mix real tabs with tabs expanded as 8 spaces -- that's
a pain to read when using 4-space tabs.
diff --git a/apps/apps.h b/apps/apps.h
index b5d1078..063f9c6 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -122,10 +122,10 @@
 #endif
 
 typedef struct args_st
-        {
-        char **data;
+	{
+	char **data;
 	int count;
-        } ARGS;
+	} ARGS;
 
 int should_retry(int i);
 int args_from_file(char *file, int *argc, char **argv[]);