diff options
author | Jari Matilainen <jari.matilainen@istone.se> | 2018-01-09 23:16:26 +0100 |
---|---|---|
committer | Jari Matilainen <jari.matilainen@istone.se> | 2018-01-09 23:16:26 +0100 |
commit | 4041f29711e5a6745175d0ae046e68e34f034bf4 (patch) | |
tree | 62f47f9c21515d80985583b946c54ef398bccecc /src/perl | |
parent | f2e73a7046358ed948b14180c70bab5dba5364cc (diff) | |
download | irssi-4041f29711e5a6745175d0ae046e68e34f034bf4.zip |
Changed spaces to tab
Diffstat (limited to 'src/perl')
-rw-r--r-- | src/perl/textui/TextUI.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perl/textui/TextUI.xs b/src/perl/textui/TextUI.xs index ff94ad5f..12732e3f 100644 --- a/src/perl/textui/TextUI.xs +++ b/src/perl/textui/TextUI.xs @@ -40,7 +40,7 @@ static void perl_text_buffer_view_fill_hash(HV *hv, TEXT_BUFFER_VIEW_REC *view) (void) hv_store(hv, "startline", 9, plain_bless(view->startline, "Irssi::TextUI::Line"), 0); (void) hv_store(hv, "subline", 7, newSViv(view->subline), 0); - (void) hv_store(hv, "hidden_level", 12, newSViv(view->hidden_level), 0); + (void) hv_store(hv, "hidden_level", 12, newSViv(view->hidden_level), 0); (void) hv_store(hv, "bottom_startline", 16, plain_bless(view->bottom_startline, "Irssi::TextUI::Line"), 0); (void) hv_store(hv, "bottom_subline", 14, newSViv(view->bottom_subline), 0); |