Fix indentation all through the project

Fixes a “regression” from 04918f3b0b, but
also other missed pieces.
This commit is contained in:
Emmanuel Gil Peyrot
2021-07-31 17:25:41 +02:00
committed by Link Mauve
parent 48cd15ed44
commit eff793ab46
25 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ test_surface_committed(struct weston_surface *surface, int32_t sx, int32_t sy)
static int
test_surface_get_label(struct weston_surface *surface, char *buf, size_t len)
{
return snprintf(buf, len, "test suite surface");
return snprintf(buf, len, "test suite surface");
}
static void