changeset 976:405614c08e52

indent
author Jim Meyering <jim@meyering.net>
date Wed, 09 Jul 1997 15:42:54 +0000
parents 20bc58ea77fe
children fb7b1387e4ac
files lib/strverscmp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strverscmp.c	Wed Jul 09 15:33:27 1997 +0000
+++ b/lib/strverscmp.c	Wed Jul 09 15:42:54 1997 +0000
@@ -94,7 +94,7 @@
   state = result_type[state << 2 | ((c2 == '0') + (isdigit (c2) != 0))];
 
   switch (state)
-  {
+    {
     case CMP:
       return diff;
 
@@ -107,5 +107,5 @@
 
     default:
       return state;
-  }
+    }
 }