summaryrefslogtreecommitdiff
path: root/glib/tests/array-test.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-04-21 14:46:33 +0100
committerSimon McVittie <smcv@collabora.com>2020-04-21 14:50:31 +0100
commitb064c9db0f373a8a99bd48bff32a860bd1bc907d (patch)
tree0eb0631906f94231d807d5f532519b4247d74118 /glib/tests/array-test.c
parentde8708cd9595269f4b27b6906a60de657ee0bef5 (diff)
downloadglib-wip/smcv/trailing-newlines.tar.gz
Normalize C source files to end with exactly one newlinewip/smcv/trailing-newlines
Some editors automatically remove trailing blank lines, or automatically add a trailing newline to avoid having a trailing non-blank line that is not terminated by a newline. To avoid unrelated whitespace changes when users of such editors contribute to GLib, let's pre-emptively normalize all files. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'glib/tests/array-test.c')
-rw-r--r--glib/tests/array-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/tests/array-test.c b/glib/tests/array-test.c
index bdd6a2cb9..9c275f911 100644
--- a/glib/tests/array-test.c
+++ b/glib/tests/array-test.c
@@ -2031,4 +2031,3 @@ main (int argc, char *argv[])
return g_test_run ();
}
-