aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 20:51:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 20:51:33 +1200
commita6e2cf787fb82686b2bb8f4d44fc5c362650a4f8 (patch)
tree17c50bdb5b7b797a23119febcde9d8071e80af8b
parentReduce doubleup calcs (diff)
downloaddoomsh-a6e2cf787fb82686b2bb8f4d44fc5c362650a4f8.tar.gz
doomsh-a6e2cf787fb82686b2bb8f4d44fc5c362650a4f8.zip
Strip trailing newlines
-rw-r--r--LICENSE.markdown1
-rw-r--r--README.markdown1
-rwxr-xr-xdoomsh1
-rw-r--r--tests/Makefile1
-rw-r--r--tests/files.c1
-rw-r--r--tests/stack.c1
-rw-r--r--tests/write.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/LICENSE.markdown b/LICENSE.markdown
index e55879c..5c2e0fe 100644
--- a/LICENSE.markdown
+++ b/LICENSE.markdown
@@ -20,4 +20,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
diff --git a/README.markdown b/README.markdown
index 0ab49d1..2d3fb07 100644
--- a/README.markdown
+++ b/README.markdown
@@ -22,4 +22,3 @@ Copyright
: 2016
License:
: MIT (see LICENSE.markdown)
-
diff --git a/doomsh b/doomsh
index 4a6a275..dd38f1c 100755
--- a/doomsh
+++ b/doomsh
@@ -134,4 +134,3 @@ start=$SECONDS
# Give the user some statistics about their performance
printf >&2 '%s: You lasted %u seconds at skill level %u!\n' \
"$self" "$((SECONDS - start))" "$skill"
-
diff --git a/tests/Makefile b/tests/Makefile
index 49407c5..963e097 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -6,4 +6,3 @@ all : files mem stack write
clean :
rm -f files mem stack write
-
diff --git a/tests/files.c b/tests/files.c
index ff5eaaf..1b2dafa 100644
--- a/tests/files.c
+++ b/tests/files.c
@@ -14,4 +14,3 @@ int main(void) {
}
}
}
-
diff --git a/tests/stack.c b/tests/stack.c
index 36885d9..3f89d8b 100644
--- a/tests/stack.c
+++ b/tests/stack.c
@@ -13,4 +13,3 @@ void rec(int *ip) {
printf("%u\n", (*ip)++);
rec(ip);
}
-
diff --git a/tests/write.c b/tests/write.c
index 5ccbc90..df5bf88 100644
--- a/tests/write.c
+++ b/tests/write.c
@@ -19,4 +19,3 @@ int main(void) {
}
}
}
-