diff options
author | Simon McVittie <smcv@collabora.com> | 2020-04-21 14:46:33 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2020-04-21 14:50:31 +0100 |
commit | b064c9db0f373a8a99bd48bff32a860bd1bc907d (patch) | |
tree | 0eb0631906f94231d807d5f532519b4247d74118 /tests/timeloop-basic.c | |
parent | de8708cd9595269f4b27b6906a60de657ee0bef5 (diff) | |
download | glib-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 'tests/timeloop-basic.c')
-rw-r--r-- | tests/timeloop-basic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/timeloop-basic.c b/tests/timeloop-basic.c index d2bc41eec..57d7e1f8d 100644 --- a/tests/timeloop-basic.c +++ b/tests/timeloop-basic.c @@ -234,4 +234,3 @@ main (int argc, char **argv) return 0; } - |