diff options
author | Michael Vetter <g.bluehut@googlemail.com> | 2015-05-15 17:12:41 +0200 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-15 13:10:15 -0700 |
commit | b409c919a28ffe9f72ec15156d91af0ab17a196e (patch) | |
tree | 4512fecce76d3078de5e795cad5470bdb9eb8bd6 /src/scanner.c | |
parent | d08c079739caa966350ce9fb8b620f8a69dfb05f (diff) | |
download | wayland-b409c919a28ffe9f72ec15156d91af0ab17a196e.tar.gz |
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 'src/scanner.c')
-rw-r--r-- | src/scanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.c b/src/scanner.c index 5812176..11efffc 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -365,7 +365,7 @@ start_element(void *data, const char *element_name, const char **atts) ctx->protocol->uppercase_name = uppercase_dup(name); ctx->protocol->description = NULL; } else if (strcmp(element_name, "copyright") == 0) { - + } else if (strcmp(element_name, "interface") == 0) { if (name == NULL) fail(&ctx->loc, "no interface name given"); |