Automatically remove trailing whitespace

master
Robert Clausecker 2013-03-10 01:59:42 +07:00
parent 62396c5250
commit 1446c97470
256 changed files with 6539 additions and 6539 deletions

@ -17,7 +17,7 @@ RANLIB = ranlib
#CC = cc
#### On Sun's, this should be gcc (ANSI required).
CC = gcc
CC = clang
#### Linker Flags
ldflags =
@ -206,7 +206,7 @@ krblibs = $(krb4libs) $(krb5libs)
#### . If you want to define the default Mosaic documentation directory
#### (should be a URL), set -DDOCS_DIRECTORY_DEFAULT=\\\"url\\\"
#### . Other things you can define are spelled out in src/mosaic.h.
customflags =
customflags = -O3 -DHOME_PAGE_DEFAULT=\\\"about:blank\\\"