PLUGINS: Formatting.

Misformatted casts in an earier commit, oops.

svn-id: r52572
This commit is contained in:
Andre Heider 2010-09-05 21:58:45 +00:00
parent 284b23092b
commit d8b85ffcb8
15 changed files with 192 additions and 169 deletions

View file

@ -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 */