summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2015-10-07 11:51:29 -0500
committerBryce Harrington <bryce@osg.samsung.com>2015-10-07 11:22:03 -0700
commitbdc8c721e44e214990af7212815eab573b0d18cd (patch)
treed17247be41f1cb20a92a33788695a040e43921ce
parentbc5d849c9d2088b22744d40840b5663c2ea4f385 (diff)
downloadweston-bdc8c721e44e214990af7212815eab573b0d18cd.tar.gz
cosmetic: Remove a few double semicolons
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r--clients/image.c2
-rw-r--r--desktop-shell/shell.c2
-rw-r--r--tests/config-parser-test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/clients/image.c b/clients/image.c
index 41263054..db9ccd64 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -359,7 +359,7 @@ image_create(struct display *display, const char *filename,
int *image_counter)
{
struct image *image;
- char *b, *copy, title[512];;
+ char *b, *copy, title[512];
image = zalloc(sizeof *image);
if (image == NULL)
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 7f007668..a355b489 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -4272,7 +4272,7 @@ xdg_get_xdg_popup(struct wl_client *client,
}
parent = wl_resource_get_user_data(parent_resource);
- seat = get_shell_seat(wl_resource_get_user_data(seat_resource));;
+ seat = get_shell_seat(wl_resource_get_user_data(seat_resource));
/* Verify that we are creating the top most popup when mapping,
* as it's not until then we know whether it was mapped as most
diff --git a/tests/config-parser-test.c b/tests/config-parser-test.c
index 1d4e96ae..89983453 100644
--- a/tests/config-parser-test.c
+++ b/tests/config-parser-test.c
@@ -270,7 +270,7 @@ ZUC_TEST_F(config_test_t1, test007)
int r;
int32_t n;
struct weston_config_section *section;
- struct weston_config *config = data;;
+ struct weston_config *config = data;
section = weston_config_get_section(config, "bar", NULL, NULL);
r = weston_config_section_get_int(section, "+++", &n, 700);