summaryrefslogtreecommitdiff
path: root/src/select/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/dispatch.c')
-rw-r--r--src/select/dispatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index 113ea0f..a0ac4aa 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -12,10 +12,10 @@
* Dispatch table for properties, indexed by opcode
*/
#define PROPERTY_FUNCS(pname) \
- cascade_##pname , \
- set_##pname##_from_hint, \
- initial_##pname , \
- compose_##pname , \
+ cascade_##pname, \
+ set_##pname##_from_hint, \
+ initial_##pname, \
+ compose_##pname, \
destroy_##pname
struct prop_table prop_dispatch[CSS_N_PROPERTIES] = {