1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[style] spaces -> tab

This commit is contained in:
Witold Filipczyk 2020-06-05 18:07:45 +02:00
parent dd6b538c0c
commit e94a912f1e

View File

@ -990,7 +990,7 @@ search_for_do(struct session *ses, unsigned char *str, int direction,
int report_errors)
{
struct document_view *doc_view;
int utf8 = 0;
int utf8 = 0;
enum find_error error;
assert(ses && str);