]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - braces.c
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / braces.c
index 93af49949d17ed7f6fe53baf2407259dae247f05..a5558b4d7983d4c59ccb18c7592db8982232d29d 100644 (file)
--- a/braces.c
+++ b/braces.c
@@ -239,10 +239,10 @@ brace_gobbler (text, indx, satisfy)
       /* A backslash escapes the next character.  This allows backslash to
         escape the quote character in a double-quoted string. */
       if (c == '\\' && (quoted == 0 || quoted == '"' || quoted == '`'))
-        {
-          pass_next = 1;
-          continue;
-        }
+       {
+         pass_next = 1;
+         continue;
+       }
 
       if (quoted)
        {