diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-07 13:51:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-07 13:51:07 +0000 |
| commit | fc66c7f92f5ff77c675fc5f9ec9ad9f95f42d414 (patch) | |
| tree | 387265ade41478db8f8eb7ba05b203931a43793d /src/normal.cc | |
| parent | 35ce3918be28fe41d017b146be1280de2df1e569 (diff) | |
small style fix
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index 8a3b0f6a..fcf28ac6 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -116,7 +116,7 @@ bool show_auto_info_ifn(StringView title, StringView info, Face face = get_face("Information"); CharCoord pos = context.window().dimensions(); pos.column -= 1; - context.ui().info_show(title, info, pos , face, MenuStyle::Prompt); + context.ui().info_show(title, info, pos, face, MenuStyle::Prompt); return true; } |
