Remove trailing whitespace.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-06-06 22:40:10 +02:00
parent 801f92b7e7
commit 8f8aaca818
4 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ protected:
virtual void processTls(Interval *); //NEW: TLS callback handling - Stefan Widmann
void processTls(Reloc *, const Interval *, unsigned); //NEW: TLS callback handling - Stefan Widmann
void processLoadConf(Reloc *, const Interval *, unsigned);
void processLoadConf(Interval *);
upx_byte *oloadconf;
@@ -71,7 +71,7 @@ protected:
unsigned tlscb_ptr; //NEW: TLS callback handling - Stefan Widmann
//unsigned tlscb_off; //NEW: TLS callback handling - Stefan Widmann
bool isrtm;
bool use_dep_hack;
bool use_clear_dirty_stack;