| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-08-29 15:56:47 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-08-29 15:56:47 +0200 |
| commit | 1a9fd3dd14f57051833b1cf5263b5a9dbfc9d0aa (patch) | |
| tree | 876b4633a5fa9b499ce5d201d1c27faab04366e7 /glyph | |
| parent | 08bc1ce1816f7ac241d647a3d7360bd22aafe9ef (diff) | |
Fixes format, hopefully.
Diffstat (limited to 'glyph')
| -rw-r--r-- | glyph/global.m4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf index ccb601f..60f3714 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -12,7 +12,7 @@ m4_define(`__GLYPH_ERLANG_STYLE',`from_id (<<"`$1'">>) -> { id = <<"$1">>, name = <<"$2">>, - omnimods = __OMNIMODS($3, $4, $5, $6) + omnimods = __OMNIMODS($3, $4, $5) }; ')m4_dnl m4_define(`__GLYPH_USE_ERLANG_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_ERLANG_STYLE')')m4_dnl @@ -23,7 +23,7 @@ m4_define(`__GLYPH_JSON_STYLE',` { "msg": "add_glyph", "id": "$1", "nam": "$2", - "omni": __OMNIMODS($3, $4, $5, $6) + "omni": __OMNIMODS($3, $4, $5) }, ')m4_dnl m4_define(`__GLYPH_USE_JSON_STYLE',`__GLYPH_CHOOSE_STYLE(`__GLYPH_JSON_STYLE')')m4_dnl |


