Skip to content

Commit

Permalink
Minor Code Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
H0L0theBard committed Sep 4, 2023
1 parent 41df2c4 commit a2222b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NorthstarDLL/util/printcommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ std::vector<std::pair<std::string, ConCommandBase*>> ConvarSort(std::unordered_m
[](std::pair<std::string, ConCommandBase*>& a, std::pair<std::string, ConCommandBase*>& b) { return a.first < b.first; });
return sorted;
}

void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name)
{
if (!command)
Expand Down

0 comments on commit a2222b9

Please sign in to comment.