mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
better handling of closing braces
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cde62cdb70
commit
01c104bb5d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ main(int argc, char** argv, char **env)
|
|||
indentation += 4;
|
||||
}
|
||||
}
|
||||
else if ([line isEqualToString: @"}"])
|
||||
else if ([line hasPrefix: @"}"])
|
||||
{
|
||||
if (indentation >= 2)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue