From 0f6d1abbd59b9d2f6c3acacee3d355848d7e3e7a Mon Sep 17 00:00:00 2001 From: Albert S Date: Wed, 2 Oct 2019 22:06:19 +0200 Subject: [PATCH] remove spaces etc. at end of line (no functional change) --- Makefile | 18 +++++++++--------- template/quitesimple/admin_register | 2 +- template/quitesimple/general_header | 2 +- template/quitesimple/js_session_refresh | 6 +++--- template/quitesimple/page_header | 4 ++-- template/quitesimple/style.css | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 3324160..9960bf3 100644 --- a/Makefile +++ b/Makefile @@ -11,22 +11,22 @@ SOURCES=$(wildcard *.cpp) SOURCES+=$(wildcard gateway/*.cpp) SOURCES+=$(wildcard handlers/*.cpp) SOURCES+=$(wildcard database/*.cpp) -SOURCES+=$(wildcard cache/*.cpp) -SOURCES+=$(wildcard sandbox/*.cpp) +SOURCES+=$(wildcard cache/*.cpp) +SOURCES+=$(wildcard sandbox/*.cpp) HEADERS=$(wildcard *.h) HEADERS+=$(wildcard gateway/*.h) HEADERS+=$(wildcard handlers/*.h) HEADERS+=$(wildcard database/*.h) -HEADERS+=$(wildcard cache/*.h) -HEADERS+=$(wildcard sandbox/*.h) +HEADERS+=$(wildcard cache/*.h) +HEADERS+=$(wildcard sandbox/*.h) OBJECTS=$(patsubst %.cpp, %.o, $(SOURCES)) WIKIOBJECTS=$(filter-out test.o, $(OBJECTS)) TESTOBJECTS=$(filter-out qswiki.o, $(OBJECTS)) -DEPENDS = ${WIKIOBJECTS:.o=.d} --include ${DEPENDS} +DEPENDS = ${WIKIOBJECTS:.o=.d} +-include ${DEPENDS} # Points to the root of Google Test, relative to where this file is. # Remember to tweak this if you move this file. @@ -43,18 +43,18 @@ GTEST_OBJECTS=$(filter-out qswiki.o, $(WIKIOBJECTS)) release: CXXFLAGS=$(RELEASE_CXXFLAGS) release: qswiki qswiki: $(WIKIOBJECTS) - $(CXX) $(WIKIOBJECTS) ${LDFLAGS} -I database/hdr -o qswiki + $(CXX) $(WIKIOBJECTS) ${LDFLAGS} -I database/hdr -o qswiki test: $(TESTOBJECTS) $(CXX) $(TESTOBJECTS) ${LDFLAGS} -o test gtest: $(GTESTS_TESTDIR)/*.cpp $(GTEST_OBJECTS) $(CXX) -o gtest $(GTESTS_TESTDIR)/*.cpp $(GTEST_OBJECTS) $(GTEST_CXXFLAGS) $(GTEST_DIR)/src/gtest_main.cc $(GTEST_DIR)/src/gtest-all.cc $(GTEST_LDFLAGS) - + %.o:%.cpp $(CXX) ${CXXFLAGS} ${LDFLAGS} -I database/hdr -c -o $@ $< clean: rm -f $(OBJECTS) $(DEPENDS) - + diff --git a/template/quitesimple/admin_register b/template/quitesimple/admin_register index bb18295..703cfc1 100644 --- a/template/quitesimple/admin_register +++ b/template/quitesimple/admin_register @@ -1,7 +1,7 @@ {qswiki:include:general_header}

Login

-Register a new user +Register a new user
Username:
Password:
diff --git a/template/quitesimple/general_header b/template/quitesimple/general_header index c23fc1b..4d2bb59 100644 --- a/template/quitesimple/general_header +++ b/template/quitesimple/general_header @@ -14,7 +14,7 @@
  • All pages
  • All categories
  • - +
    diff --git a/template/quitesimple/js_session_refresh b/template/quitesimple/js_session_refresh index 287f6d9..b7803d5 100644 --- a/template/quitesimple/js_session_refresh +++ b/template/quitesimple/js_session_refresh @@ -1,5 +1,5 @@ -function refreshSession() -{ +function refreshSession() +{ fetch(new Request("{qswiki:config:refreshsessionurl}")); -} +} setInterval(refreshSession, 60*2*1000); diff --git a/template/quitesimple/page_header b/template/quitesimple/page_header index ca87bfe..7e1ff90 100644 --- a/template/quitesimple/page_header +++ b/template/quitesimple/page_header @@ -14,11 +14,11 @@
  • All pages
  • All categories
  • - + - + diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index 5d30a09..2c85da9 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -29,7 +29,7 @@ h1, h2, h3 nav { padding: 0px; - margin: 0px; + margin: 0px; display: flex; background-color: #062463; justify-content: space-between; @@ -92,7 +92,7 @@ a:hover { background-color: #062463; color: white; - + } #content @@ -137,7 +137,7 @@ list-style-type: none; { background-color: #062463; color: white; - + } footer