aboutsummaryrefslogtreecommitdiffstats
path: root/tests/list-test.c
diff options
context:
space:
mode:
authorMichael Vetter <g.bluehut@googlemail.com>2015-05-15 17:12:41 +0200
committerBryce Harrington <bryce@osg.samsung.com>2015-05-15 13:10:15 -0700
commitb409c919a28ffe9f72ec15156d91af0ab17a196e (patch)
tree4512fecce76d3078de5e795cad5470bdb9eb8bd6 /tests/list-test.c
parentscanner: simplify the getopt logic (diff)
downloadwayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.gz
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.bz2
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.lz
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.xz
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.zst
wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.zip
remove trailing whitespaces
Remove trailing whitespaces because they are not needed and jumping to the end of al ine should do just that and not jump to the whitespace.
Diffstat (limited to 'tests/list-test.c')
-rw-r--r--tests/list-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/list-test.c b/tests/list-test.c
index 6058fe3..dfe09ac 100644
--- a/tests/list-test.c
+++ b/tests/list-test.c
@@ -103,7 +103,7 @@ validate_list(struct wl_list *list, int *reference, int length)
return 0;
i++;
}
-
+
if (i != length)
return 0;