| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-28 20:30:24 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-28 20:30:24 +0200 | 
| commit | 08424056d861650e68cdb6fb3a126a98a74edc13 (patch) | |
| tree | f32dd7d0c8516041a2609f92cf1e74e16255739a /glyph | |
| parent | 7278c4ccc39c6b20a7363f0a9e1d11856c55a5b7 (diff) | |
Fixes code style selection.
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 69d9bdf..1987df8 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -31,5 +31,5 @@ m4_dnl  m4_dnl  m4_dnl  m4_ifelse(__CODE_STYLE(), -   erlang, __GLYPH_USE_ERLANG_STYLE(), -   __CODE_STYLE, json, __GLYPH_USE_JSON_STYLE())m4_dnl +   erlang, `__GLYPH_USE_ERLANG_STYLE()', +   __CODE_STYLE(), json, `__GLYPH_USE_JSON_STYLE()')m4_dnl | 


