aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-20 05:06:22 -0700
committerFurkan Sahin <furkan-dev@proton.me>2015-08-20 05:06:22 -0700
commit7f8b3bae52d3b34714912d77cdb75273da0ed056 (patch)
tree120cbb51e8e16346743b9408e17452ab5e81d0e2 /include
parentd69da9fee2a0c85a6875a419564767726219f51a (diff)
style
Diffstat (limited to 'include')
-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,
};