Imported from ../bash-2.05.tar.gz.
[platform/upstream/bash.git] / eval.c
diff --git a/eval.c b/eval.c
index 1ecc576..050bf54 100644 (file)
--- a/eval.c
+++ b/eval.c
@@ -140,10 +140,10 @@ reader_loop ()
 
            exec_done:
              if (current_command)
-               {
+               {
                  dispose_command (current_command);
                  current_command = (COMMAND *)NULL;
-               }
+               }
 
              QUIT;
            }