Update clang-format options for clang-format 3.9.0

This commit is contained in:
Eric Fischer 2016-06-16 12:33:38 -07:00
parent c40ec6c194
commit 850a36b2f6
2 changed files with 2 additions and 3 deletions

View File

@ -65,7 +65,7 @@ clean:
rm -f tippecanoe *.o
indent:
clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, ColumnLimit: 0, ContinuationIndentWidth: 8, SpaceAfterCStyleCast: true, IndentCaseLabels: false, AllowShortBlocksOnASingleLine: false, AllowShortFunctionsOnASingleLine: false}" $(C) $(H)
clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, ColumnLimit: 0, ContinuationIndentWidth: 8, SpaceAfterCStyleCast: true, IndentCaseLabels: false, AllowShortBlocksOnASingleLine: false, AllowShortFunctionsOnASingleLine: false, SortIncludes: false}" $(C) $(H)
TESTS = $(wildcard tests/*/out/*.json)
SPACE = $(NULL) $(NULL)

View File

@ -314,8 +314,7 @@ static void decode_clipped(ClipperLib::PolyNode *t, drawvec &out) {
}
}
}
nextring:
;
nextring:;
}
// Then reverse the winding order of any rings that turned out