From 476a54bc8af3740dae2c06079fdec0f5173b31af Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Sat, 18 Apr 2020 23:10:09 -0300 Subject: [PATCH] Cleanup: remove trailing spaces. --- builds/posix/Makefile.in.examples | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/builds/posix/Makefile.in.examples b/builds/posix/Makefile.in.examples index 590e583914..6efa138dba 100644 --- a/builds/posix/Makefile.in.examples +++ b/builds/posix/Makefile.in.examples @@ -4,28 +4,28 @@ # version 2.1 of the License, or (at your option) any later version. # You may obtain a copy of the Licence at # http://www.gnu.org/licences/lgpl.html -# +# # As a special exception this file can also be included in modules -# with other source code as long as that source code has been -# released under an Open Source Initiative certificed licence. -# More information about OSI certification can be found at: -# http://www.opensource.org -# +# with other source code as long as that source code has been +# released under an Open Source Initiative certificed licence. +# More information about OSI certification can be found at: +# http://www.opensource.org +# # This module is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public Licence for more details. -# -# This module was created by members of the firebird development -# team. All individual contributions remain the Copyright (C) of -# those individuals and all rights are reserved. Contributors to -# this file are either listed below or can be obtained from a CVS +# +# This module was created by members of the firebird development +# team. All individual contributions remain the Copyright (C) of +# those individuals and all rights are reserved. Contributors to +# this file are either listed below or can be obtained from a CVS # history command. # # Created by: Mark O'Donohue # # Contributor(s): -# +# # # ROOT=../.. @@ -37,7 +37,7 @@ CFLAGS := $(CFLAGS) -I$(FB_BUILD)/include include $(ROOT)/gen/make.defaults -ifdef SFIO_EXAMPLES +ifdef SFIO_EXAMPLES include $(ROOT)/gen/make.platform.solaris.examples else include $(ROOT)/gen/make.platform @@ -115,14 +115,14 @@ $(EXAMPLES_DEST)% : $(EXAMPLES_SRC)% $(CP) $^ $@ # Ok the following little story is, first build empbuild.fdb an empty db -# using a script file. Then we can compile the empbuild.e file, then we +# using a script file. Then we can compile the empbuild.e file, then we # can run it to create employee.fdb database populated with data by the # program. Thats how I found it. # MOD July-2001 # # Another problem here is that empbuild does not fail when it gets an error # so MAKE thinks it's all run ok. empbuild should be modified to return an -# error when it fails. +# error when it fails. # MOD 28-July-2002