]> sjero.net Git - wget/blobdiff - src/ftp-opie.c
[svn] Make indentation consistent (all-spaces, no tabs).
[wget] / src / ftp-opie.c
index ad315f6824f76c8fdff89ebb7047a43a251ab967..5409b5947f5f7c4e2eb27de9d073d6ef8408a2d6 100644 (file)
@@ -2117,8 +2117,8 @@ extract (const unsigned char *s, int start, int length)
 static char *
 btoe (char *store, const unsigned char *c)
 {
-  unsigned char cp[10];                /* add in room for the parity 2 bits +
-                                  extract() slop.  */
+  unsigned char cp[10];         /* add in room for the parity 2 bits +
+                                   extract() slop.  */
   int p, i;
   char *store_beg = store;
 
@@ -2154,7 +2154,7 @@ btoe (char *store, const unsigned char *c)
   store += STRLEN_1_4 (store);
   *store++ = ' ';
   memcpy (store, &Wp[extract (cp, 55, 11)][0], 4);
-  store[4] = '\0';             /* make sure the string is terminated */
+  store[4] = '\0';              /* make sure the string is terminated */
 
   DEBUGP (("wrote `%s' to STORE\n", store_beg));
   return store_beg;