aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
committerNeil <nyamatongwe@gmail.com>2015-11-20 11:05:28 +1100
commit124307f221172d8c0638307f8ea227a842b45b1f (patch)
tree40ef82f0d3ee0f65de8839c5649c2938d0f92a07 /win32/makefile
parent28c1e186b953ae0c8fe7681c7d7ae8950efb266f (diff)
downloadscintilla-mirror-124307f221172d8c0638307f8ea227a842b45b1f.tar.gz
Remove line end whitespace.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 7d7d02789..668812553 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -117,7 +117,7 @@ $(LEXCOMPONENT): $(LOBJS) Scintilla.def
$(LEXLIB): $(LEXOBJS)
$(AR) rc $@ $^
- $(RANLIB) $@
+ $(RANLIB) $@
# Automatically generate dependencies for most files with "make deps"
include deps.mak