summaryrefslogtreecommitdiff
path: root/src/tools/entab
diff options
context:
space:
mode:
authorPeter Eisentraut2010-11-23 20:27:50 +0000
committerPeter Eisentraut2010-11-23 20:34:55 +0000
commitfc946c39aeacdff7df60c83fca6582985e8546c8 (patch)
tree866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /src/tools/entab
parent44475e782f4674d257b9e5c1a3930218a4b4deea (diff)
Remove useless whitespace at end of lines
Diffstat (limited to 'src/tools/entab')
-rw-r--r--src/tools/entab/Makefile8
-rw-r--r--src/tools/entab/entab.man2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/entab/Makefile b/src/tools/entab/Makefile
index b252432e146..de8181828a5 100644
--- a/src/tools/entab/Makefile
+++ b/src/tools/entab/Makefile
@@ -4,17 +4,17 @@
#
TARGET = entab
BINDIR = /usr/local/bin
-XFLAGS =
+XFLAGS =
CFLAGS = -O
-LIBS =
+LIBS =
$(TARGET) : entab.o halt.o
$(CC) -o $(TARGET) $(XFLAGS) $(CFLAGS) entab.o halt.o $(LIBS)
-entab.o : entab.c
+entab.o : entab.c
$(CC) -c $(XFLAGS) $(CFLAGS) entab.c
-halt.o : halt.c
+halt.o : halt.c
$(CC) -c $(XFLAGS) $(CFLAGS) halt.c
clean:
diff --git a/src/tools/entab/entab.man b/src/tools/entab/entab.man
index 1692ee631b4..362ec730f46 100644
--- a/src/tools/entab/entab.man
+++ b/src/tools/entab/entab.man
@@ -41,7 +41,7 @@ leaving a large gap.
The quote-protection option allows tab replacement without
quoted strings being changed.
Useful when strings in source code will not have the same tab stops
-when executed in the program.
+when executed in the program.
.LP
To change a text file created on a system with one size of tab
stop to display properly on a device with different tab setting,