cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / key-io.c
index 9d9b6ee..b77bab9 100644 (file)
--- a/key-io.c
+++ b/key-io.c
@@ -7,7 +7,7 @@
  * (c) 1999 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of Catacomb.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * Catacomb is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with Catacomb; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -196,12 +196,12 @@ int key_merge(key_file *f, const char *file, FILE *fp,
      *
      * There are currently six fields of interest:
      *
-     *   * The key's identification (id, tag and type).
-     *   * The actual key data itself.
-     *   * The key expiry time.
-     *   * The key deletion time.
-     *   * The attributes field.
-     *   * Any further comments.
+     *  * The key's identification (id, tag and type).
+     *  * The actual key data itself.
+     *  * The key expiry time.
+     *  * The key deletion time.
+     *  * The attributes field.
+     *  * Any further comments.
      *
      * All but the last field can contain no spaces.
      */
@@ -286,7 +286,7 @@ int key_merge(key_file *f, const char *file, FILE *fp,
        goto skip_3;
       }
     }
+
     /* --- Parse up the attributes, if specified --- */
 
     sym_create(&k->a);
@@ -564,7 +564,7 @@ int key_new(key_file *f, uint32 id, const char *type, time_t exp, key **kk)
       f->f |= KF_MODIFIED;
     }
   }
-  
+
   return (e);
 }