gui1: Formatting tweak

Just so I can get an amendment to the previous commit's message (commit
65ea7152d0) in without force-pushing.

It was a bitwise AND, yes. That doesn't make any more sense in context
than the fictitious bitwise OR version.
This commit is contained in:
Ignacio R. Morelle 2015-08-19 01:56:03 -03:00
parent 65ea7152d0
commit 1f50e28023

View file

@ -1356,8 +1356,8 @@ void unit_preview_pane::draw_contents()
}
// we don't remove empty lines, so all fields stay at the same place
const std::vector<std::string> lines = utils::split(text.str(), '\n',
utils::STRIP_SPACES);
const std::vector<std::string> lines
= utils::split(text.str(), '\n', utils::STRIP_SPACES);
int ypos = area.y;