Skip to content

Commit a967e4b

Browse files
committed
odb: Changed indentation
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent c81a338 commit a967e4b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/odb/src/db/dbBlock.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,6 @@ dbOStream& operator<<(dbOStream& stream, const _dbBlock& block)
859859
return stream;
860860
}
861861

862-
863862
/**
864863
* @brief Rebuilds the name-to-ID hash maps for hierarchical objects within
865864
* their respective modules.
@@ -877,11 +876,11 @@ dbOStream& operator<<(dbOStream& stream, const _dbBlock& block)
877876
* the object ID should be stored.
878877
*/
879878
template <typename T, typename T_impl>
880-
static void rebuildModuleHash(_dbBlock& block,
881-
dbTable<T_impl>* table,
882-
dbId<_dbModule> T_impl::*module_field,
883-
std::unordered_map<std::string, dbId<T_impl>> _dbModule::*
884-
hash_field)
879+
static void rebuildModuleHash(
880+
_dbBlock& block,
881+
dbTable<T_impl>* table,
882+
dbId<_dbModule> T_impl::*module_field,
883+
std::unordered_map<std::string, dbId<T_impl>> _dbModule::*hash_field)
885884
{
886885
dbSet<T> items((dbBlock*) &block, table);
887886
for (T* obj : items) {

0 commit comments

Comments
 (0)