PLUGINS: Formatting.
Misformatted casts in an earier commit, oops. svn-id: r52572
This commit is contained in:
parent
284b23092b
commit
d8b85ffcb8
15 changed files with 192 additions and 169 deletions
|
@ -36,7 +36,9 @@ protected:
|
|||
virtual bool relocateRels(Elf32_Ehdr *ehdr, Elf32_Shdr *shdr);
|
||||
|
||||
public:
|
||||
ARMDLObject() : DLObject() {}
|
||||
ARMDLObject() :
|
||||
DLObject() {
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* BACKENDS_PLUGINS_ARM_LOADER_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue