diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
commit | 1c7c0bd747c839fb1e449e98cec942894821addf (patch) | |
tree | 01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/ui.h | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'client/ui.h')
-rw-r--r-- | client/ui.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/ui.h b/client/ui.h index 433d610..afb0817 100644 --- a/client/ui.h +++ b/client/ui.h @@ -48,11 +48,10 @@ void w2_ui_set_fg(w2_e_colors color); void w2_ui_set_bg(w2_e_colors color); /** align `text` `align` with `text` buffer length `length` */ -void w2_ui_align(char* text, w2_e_alignment align, unsigned int length); +void w2_ui_align(char *text, w2_e_alignment align, unsigned int length); /** * trim spaces from `top` and overlay on top of `bottom` * both strings should be at least `length` long */ -void w2_ui_overlay(char* bottom, char* top, unsigned int length); - +void w2_ui_overlay(char *bottom, char *top, unsigned int length); |