diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-25 22:21:22 +0200 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-25 22:21:22 +0200 |
| commit | 96afa82e11c54caea66c255cec9b06213afb221c (patch) | |
| tree | f6c82e1022b1dec94a68ed41d3a2e89df59e0ce4 /vterm-module.h | |
| parent | d8437a0317eac15f1c96bc8276cb670f1ec228ba (diff) | |
Run clang-format on c-files
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vterm-module.h b/vterm-module.h index 3852382..6f42632 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -17,8 +17,8 @@ static emacs_value string_length(emacs_env *env, emacs_value string); static emacs_value list(emacs_env *env, emacs_value *elements, ptrdiff_t len); static emacs_value propertize(emacs_env *env, emacs_value string, emacs_value prop, emacs_value properties); -static emacs_value color_text(emacs_env *env, emacs_value string, emacs_value fg, - emacs_value bg); +static emacs_value color_text(emacs_env *env, emacs_value string, + emacs_value fg, emacs_value bg); static void byte_to_hex(uint8_t byte, char *hex); static emacs_value color_to_rgb_string(emacs_env *env, VTermColor color); static void erase_buffer(emacs_env *env); |
