mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -112,7 +112,7 @@ struct hash<TraversalHostId>
|
||||
return p[0] ^ ((p[1] << 13) | (p[1] >> 19));
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
static int sock;
|
||||
static std::unordered_map<TraversalRequestId, OutgoingPacketInfo> outgoingPackets;
|
||||
|
Reference in New Issue
Block a user