summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tile/global.m4.conf')
-rw-r--r--tile/global.m4.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/tile/global.m4.conf b/tile/global.m4.conf
index 6d38d5b..619de8b 100644
--- a/tile/global.m4.conf
+++ b/tile/global.m4.conf
@@ -23,7 +23,8 @@ m4_define(`__TILE_CLASS_ERLANG_STYLE',`from_class_id (`$1') ->
family = __TILE_CATEGORY_FAMILY,
depth = __TILE_CATEGORY_DEPTH
};')m4_dnl
-m4_define(`__TILE_CLASS_USE_ERLANG_STYLE',`__TILE_CHOOSE_STYLE(`__TILE_CLASS_ERLANG_STYLE')__MOD_USE_ERLANG_STYLE()')m4_dnl
+m4_define(`__TILE_CLASS_USE_ERLANG_STYLE',
+ `__TILE_CHOOSE_STYLE(`__TILE_CLASS_ERLANG_STYLE')')m4_dnl
m4_dnl
m4_dnl
m4_dnl
@@ -36,7 +37,8 @@ m4_define(`__TILE_CLASS_JSON_STYLE',` {
"fa": __TILE_CATEGORY_FAMILY,
"de": __TILE_CATEGORY_DEPTH
},')m4_dnl
-m4_define(`__TILE_CLASS_USE_JSON_STYLE',`__TILE_CHOOSE_STYLE(`__TILE_CLASS_JSON_STYLE')__MOD_USE_JSON_STYLE()')m4_dnl
+m4_define(`__TILE_CLASS_USE_JSON_STYLE',
+ `__TILE_CHOOSE_STYLE(`__TILE_CLASS_JSON_STYLE')')m4_dnl
m4_dnl
m4_dnl
m4_dnl