Skip to content

Commit 0b9f944

Browse files
committed
style(Scope): standardize indentation
1 parent 8d2948a commit 0b9f944

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

include/mrdocs/Metadata/Scope.hpp

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ namespace mrdocs {
3232
*/
3333
struct ScopeInfo
3434
{
35-
/** The members of this scope.
36-
*/
37-
std::vector<SymbolID> Members;
38-
39-
/** The lookup table for this scope.
40-
*/
41-
std::unordered_map<std::string,
35+
/** The members of this scope.
36+
*/
37+
std::vector<SymbolID> Members;
38+
39+
/** The lookup table for this scope.
40+
*/
41+
std::unordered_map<
42+
std::string,
4243
std::vector<SymbolID>> Lookups;
4344
};
4445

0 commit comments

Comments
 (0)