Skip to content

Commit

Permalink
-Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Jan 10, 2025
1 parent 2cf67db commit da5d37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Juicer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4662,7 +4662,7 @@ int Juicer::getDieAndSiblings(ElfFile &elf, Dwarf_Debug dbg, Dwarf_Die in_die, i
Symbol *outSymbol = nullptr;

std::string namespaceName{""};
Namespace* newParentNamespace = nullptr;
Namespace *newParentNamespace = nullptr;

for (;;)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Namespace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Namespace
// std::string& getFullyQualifiedName() { return fullyQualifiedName; }

std::string getFullyQualifiedName();
void setParent(Namespace* parent);
void setParent(Namespace* parent);

private:
std::string name;
Expand Down

0 comments on commit da5d37c

Please sign in to comment.