Re-apply clang-format to all files

Some badly formatted code has managed to pass through our CI...
This commit is contained in:
Rémi Verschelde
2017-08-27 14:11:11 +02:00
parent f3e302c07c
commit 886c7d82d0
13 changed files with 125 additions and 128 deletions

View File

@@ -134,7 +134,7 @@ private:
struct VersionKeyHash {
static _FORCE_INLINE_ uint32_t hash( const VersionKey& p_key) { return HashMapHasherDefault::hash(p_key.key); };
static _FORCE_INLINE_ uint32_t hash(const VersionKey &p_key) { return HashMapHasherDefault::hash(p_key.key); };
};
//this should use a way more cachefriendly version..