Fix "misleading indentation" in Fl_Text_Buffer.cxx

Compiling with clang produced the following warning on this line:

src/Fl_Text_Buffer.cxx:1292:5: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
    replace(start, end, text);
    ^
src/Fl_Text_Buffer.cxx:1288:3: note: previous statement is here
  if (!sel->position(&start, &end))
  ^
This commit is contained in:
Newton
2020-05-13 08:58:33 -07:00
committed by Albrecht Schlosser
parent 7f7e0e4ea1
commit a432db8ca3