diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-19 23:33:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-19 23:33:14 +0100 |
commit | 2801b8437c0ee1c529244c1b7f7a6603e029a5a5 (patch) | |
tree | 506e97763d6dadc664a3811b600a0f2890cc0b4b /src/gui/gui-input.c | |
parent | bc3fa9fd4cddd24d066b60f11c08d3c8e5ff1e61 (diff) | |
download | weechat-2801b8437c0ee1c529244c1b7f7a6603e029a5a5.zip |
Reformat multi-line comments
Diffstat (limited to 'src/gui/gui-input.c')
-rw-r--r-- | src/gui/gui-input.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index dce6be51b..73f933bb4 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -368,8 +368,10 @@ gui_input_complete (struct t_gui_buffer *buffer) buffer->completion->position_replace) + utf8_strlen (buffer->completion->word_found); - /* position is < 0 this means only one word was found to complete, - so reinit to stop completion */ + /* + * position is < 0 this means only one word was found to complete, + * so reinit to stop completion + */ if (buffer->completion->position >= 0) buffer->completion->position = utf8_real_pos (buffer->input_buffer, buffer->input_buffer_pos); |