Skip to content

Commit

Permalink
elf-cache.h: indent a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 18, 2024
1 parent 98b34ad commit 13668cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elf-cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ElfCache {
ElfMap _data;

bool findLibraryByDirs(const Elf *elf, const string &lib,
const StringVector &dirs);
const StringVector &dirs);

bool findLibraryByPath(const Elf *elf, const string &lib);

Expand All @@ -30,7 +30,7 @@ class ElfCache {
const Elf *LookUp(const string &path);

bool FindLibrary(const Elf *elf, const Package &pkg,
const string &lib, const StringVector &dirs);
const string &lib, const StringVector &dirs);

}; // class ElfCache

Expand Down

0 comments on commit 13668cf

Please sign in to comment.