Skip to content

Commit e0e99c7

Browse files
committed
Fixed clang-format x2
1 parent 92759d4 commit e0e99c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/port/game/GeoLayoutParser.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ struct GraphNodeEntry {
3838
GraphNodeFunc function;
3939
};
4040

41-
#define FUNC(f) \
42-
GraphNodeEntry { \
43-
#f, reinterpret_cast<GraphNodeFunc>(f) \
41+
#define FUNC(f) \
42+
GraphNodeEntry { \
43+
#f, reinterpret_cast < GraphNodeFunc>(f) \
4444
}
4545

4646
std::unordered_map<uint32_t, GraphNodeEntry> mUSFunctionTable = {

0 commit comments

Comments
 (0)