From 5a86caf19e625fce150d5c4330783c8d5732b27f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Apr 2018 12:13:23 +0200 Subject: tree-wide: drop spurious newlines (#8764) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Double newlines (i.e. one empty lines) are great to structure code. But let's avoid triple newlines (i.e. two empty lines), quadruple newlines, quintuple newlines, …, that's just spurious whitespace. It's an easy way to drop 121 lines of code, and keeps the coding style of our sources a bit tigther. --- src/test/test-stat-util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/test-stat-util.c') diff --git a/src/test/test-stat-util.c b/src/test/test-stat-util.c index d3a98ec66..3d8d911ac 100644 --- a/src/test/test-stat-util.c +++ b/src/test/test-stat-util.c @@ -49,7 +49,6 @@ static void test_is_symlink(void) { assert_se(is_symlink(name_link) == 1); assert_se(is_symlink("/a/file/which/does/not/exist/i/guess") < 0); - unlink(name); unlink(name_link); } -- cgit v1.2.3