]> diplodocus.org Git - nmh/blobdiff - uip/folder.c
Report on the TLS negotation time
[nmh] / uip / folder.c
index 97a1fdcac22d09c4253df608e36f40046a05ed1a..4b8c12fcf4a48d342972ab5754586cd11134fcad 100644 (file)
@@ -96,9 +96,9 @@ static void readonly_folders (void);
  * Function for printing error message if folder does not exist with
  * -nocreate.
  */
-static
-void
-nonexistent_folder (int status) {
+static void
+nonexistent_folder (int status)
+{
     NMH_UNUSED (status);
     die("folder %s does not exist", folder);
 }