Skip to content

Commit 05ad1d4

Browse files
committed
clang
1 parent 80a6a6d commit 05ad1d4

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)