Fix style of "else" clause.
[pspp-builds.git] / src / data / data-in.c
index 45b20a0cede3e93e5173a56073096273b4e64fab..b4658582f4192ba69923967d4802cf46ade26dc1 100644 (file)
@@ -568,10 +568,12 @@ parse_RB (struct data_in *i)
   return true;
 }
 
+
 static inline bool
 parse_A (struct data_in *i)
 {
   buf_copy_rpad (i->v->s, i->format.w, i->s, i->e - i->s);
+  
   return true;
 }