Don't mix real tabs with tabs expanded as 8 spaces -- that's
[openssl.git] / apps / apps.h
index b5d1078a1294e300d4518cdf19cba5748a3d653e..063f9c65be72c5bcc54d79a107177cab11aa5183 100644 (file)
@@ -122,10 +122,10 @@ extern BIO *bio_err;
 #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[]);