diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-03-09 14:56:21 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-03-09 14:56:21 +0100 |
commit | 35fbb45086c389f91c0d6ff410d814f7567c1ceb (patch) | |
tree | 9bfe461d6912cf164f18784b06903d826cf470ee /connectivity/workben | |
parent | 5ea935885018b33f1f9e3a8e1f1cfd129d9bd6d2 (diff) |
Revert idle whitespace changes
Reverting all hunks that solely change whitespace, prior to
performing the m101 merge from OOo.
Diffstat (limited to 'connectivity/workben')
-rw-r--r-- | connectivity/workben/iniParser/makefile.mk | 2 | ||||
-rw-r--r-- | connectivity/workben/testmoz/makefile.mk | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/workben/iniParser/makefile.mk b/connectivity/workben/iniParser/makefile.mk index 68fc0f30359a..d9ee3d0deda5 100644 --- a/connectivity/workben/iniParser/makefile.mk +++ b/connectivity/workben/iniParser/makefile.mk @@ -56,6 +56,6 @@ APP1OBJS= $(OBJFILES) APP1STDLIBS = $(APPSTDLIBS) # --- Targets ------------------------------------------------------ - + .INCLUDE : target.mk diff --git a/connectivity/workben/testmoz/makefile.mk b/connectivity/workben/testmoz/makefile.mk index f3135738b32c..7d906a2be412 100644 --- a/connectivity/workben/testmoz/makefile.mk +++ b/connectivity/workben/testmoz/makefile.mk @@ -57,14 +57,14 @@ APP1OBJS= $(OBJFILES) APP1STDLIBS = $(APPSTDLIBS) - + APP2TARGET = mozThread APP2OBJS = $(OBJ)$/initUNO.obj \ $(OBJ)$/mozthread.obj - + APP2STDLIBS = $(APPSTDLIBS) # --- Targets ------------------------------------------------------ - + .INCLUDE : target.mk |