aboutsummaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h
index 4f1877e3..bd92058d 100644
--- a/include/container.h
+++ b/include/container.h
@@ -11,7 +11,7 @@ enum swayc_types{
C_WORKSPACE,
C_CONTAINER,
C_VIEW,
- //Keep last
+ // Keep last
C_TYPES,
};
@@ -22,7 +22,7 @@ enum swayc_layouts{
L_STACKED,
L_TABBED,
L_FLOATING,
- //Keep last
+ // Keep last
L_LAYOUTS,
};