]> sjero.net Git - wget/blobdiff - src/netrc.h
Whitespace and formatting changes.(Aesthetic only)
[wget] / src / netrc.h
index b4bb8449b8f9f3b7e772d808babda3963bae25e6..47adb79339ec025a9510bb733484a2b7b53d99ba 100644 (file)
@@ -33,10 +33,10 @@ as that of the covered work.  */
 
 typedef struct _acc_t
 {
-  char *host;                  /* NULL if this is the default machine
-                                  entry.  */
+  char *host;           /* NULL if this is the default machine
+                           entry.  */
   char *acc;
-  char *passwd;                        /* NULL if there is no password.  */
+  char *passwd;         /* NULL if there is no password.  */
   struct _acc_t *next;
 } acc_t;