aboutsummaryrefslogtreecommitdiff
path: root/src/cmocka.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-06 16:51:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-06 16:51:17 +0200
commitc5297954ea7b074345742ec70224f6ee8c2194da (patch)
tree8ff24394654c67d7efbe59a2e80c41912f84a17e /src/cmocka.c
parent68c0a6ce3da4a9988cffc7c6a8e321b9ac5e1595 (diff)
downloadcmocka-c5297954ea7b074345742ec70224f6ee8c2194da.tar.gz
cmocka-c5297954ea7b074345742ec70224f6ee8c2194da.tar.xz
cmocka-c5297954ea7b074345742ec70224f6ee8c2194da.zip
cmocka: Remove emtpy newline at the end of the file
Diffstat (limited to 'src/cmocka.c')
-rw-r--r--src/cmocka.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmocka.c b/src/cmocka.c
index 25ad7e8..1cc3043 100644
--- a/src/cmocka.c
+++ b/src/cmocka.c
@@ -3417,4 +3417,3 @@ int _run_group_tests(const UnitTest * const tests, const size_t number_of_tests)
return (int)total_failed;
}
-