diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-20 05:06:22 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-20 05:06:22 -0700 |
commit | f5fde7c45c04b02406eabc34cbb4248189c6a26e (patch) | |
tree | 120cbb51e8e16346743b9408e17452ab5e81d0e2 /include | |
parent | f6e002fb8b664d80ef10126f6a204ffbb2f192df (diff) |
style
Diffstat (limited to 'include')
-rw-r--r-- | include/container.h | 4 |
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, }; |