summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-05-02 18:58:20 +0000
committerwtc%google.com <devnull@localhost>2008-05-02 18:58:20 +0000
commitc7a706e5e28c2b3f89ede72942ca0744a3cc4b2d (patch)
tree2df74c04ea6132cb6b7c4fdba7477bafa1a62d8e
parent3fc6b71bdc2cbc16de723dd99938f34b33449567 (diff)
downloadnspr-hg-c7a706e5e28c2b3f89ede72942ca0744a3cc4b2d.tar.gz
Bug 330720: white space adjustments.
-rw-r--r--lib/prstreams/tests/testprstrm/Makefile.in2
-rw-r--r--lib/tests/Makefile.in2
-rw-r--r--pr/src/Makefile.in2
-rw-r--r--pr/src/cplus/tests/Makefile.in2
-rw-r--r--pr/src/md/os2/os2thred.c2
-rw-r--r--pr/tests/Makefile.in4
-rw-r--r--tools/Makefile.in2
7 files changed, 7 insertions, 9 deletions
diff --git a/lib/prstreams/tests/testprstrm/Makefile.in b/lib/prstreams/tests/testprstrm/Makefile.in
index 21174962..7faf0d97 100644
--- a/lib/prstreams/tests/testprstrm/Makefile.in
+++ b/lib/prstreams/tests/testprstrm/Makefile.in
@@ -91,7 +91,7 @@ endif
endif
ifeq ($(OS_ARCH),OS2)
- LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
+LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
endif
ifneq ($(OS_ARCH), WINNT)
diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in
index 5ed49067..257da241 100644
--- a/lib/tests/Makefile.in
+++ b/lib/tests/Makefile.in
@@ -99,7 +99,7 @@ endif
endif
ifeq ($(OS_ARCH),OS2)
- LDOPTS += -Zomf -Zlinker /PM:VIO
+LDOPTS += -Zomf -Zlinker /PM:VIO
endif
ifneq ($(OS_ARCH), WINNT)
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
index 66865fdc..dd096ec3 100644
--- a/pr/src/Makefile.in
+++ b/pr/src/Makefile.in
@@ -237,6 +237,7 @@ OBJS = \
threads/$(OBJDIR)/prrwlock.$(OBJ_SUFFIX) \
threads/$(OBJDIR)/prtpd.$(OBJ_SUFFIX) \
linking/$(OBJDIR)/prlink.$(OBJ_SUFFIX) \
+ malloc/$(OBJDIR)/prmalloc.$(OBJ_SUFFIX) \
malloc/$(OBJDIR)/prmem.$(OBJ_SUFFIX) \
md/$(OBJDIR)/prosdep.$(OBJ_SUFFIX) \
memory/$(OBJDIR)/prshm.$(OBJ_SUFFIX) \
@@ -255,7 +256,6 @@ OBJS = \
misc/$(OBJDIR)/pripc.$(OBJ_SUFFIX) \
misc/$(OBJDIR)/prlog2.$(OBJ_SUFFIX) \
misc/$(OBJDIR)/prlong.$(OBJ_SUFFIX) \
- malloc/$(OBJDIR)/prmalloc.$(OBJ_SUFFIX) \
misc/$(OBJDIR)/prnetdb.$(OBJ_SUFFIX) \
misc/$(OBJDIR)/prolock.$(OBJ_SUFFIX) \
misc/$(OBJDIR)/prrng.$(OBJ_SUFFIX) \
diff --git a/pr/src/cplus/tests/Makefile.in b/pr/src/cplus/tests/Makefile.in
index f647c11e..1b5d4706 100644
--- a/pr/src/cplus/tests/Makefile.in
+++ b/pr/src/cplus/tests/Makefile.in
@@ -139,7 +139,7 @@ endif
endif
ifeq ($(OS_ARCH),OS2)
- LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
+LDOPTS += -Zomf -Zlinker /PM:VIO -lstdcpp
endif
ifneq ($(OS_ARCH), WINNT)
diff --git a/pr/src/md/os2/os2thred.c b/pr/src/md/os2/os2thred.c
index 901d3331..dcd3e936 100644
--- a/pr/src/md/os2/os2thred.c
+++ b/pr/src/md/os2/os2thred.c
@@ -37,9 +37,7 @@
#include "primpl.h"
#include <process.h> /* for _beginthread() */
-
#include <signal.h>
-
#include <float.h>
/* --- globals ------------------------------------------------ */
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 2aecefb2..329737ca 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -236,8 +236,8 @@ endif # NS_USE_GCC
endif
ifeq ($(OS_ARCH),OS2)
- EXTRA_LIBS = $(OS_LIBS)
- LDOPTS = -Zomf -Zlinker /PM:VIO -Zlinker /ST:0x64000
+EXTRA_LIBS = $(OS_LIBS)
+LDOPTS = -Zomf -Zlinker /PM:VIO -Zlinker /ST:0x64000
endif
ifneq ($(OS_ARCH), WINNT)
diff --git a/tools/Makefile.in b/tools/Makefile.in
index e961b74f..00afdc66 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -90,7 +90,7 @@ endif
endif
ifeq ($(OS_ARCH),OS2)
- LDOPTS += -Zomf -Zlinker /PM:VIO
+LDOPTS += -Zomf -Zlinker /PM:VIO
endif
ifneq ($(OS_ARCH), WINNT)