Style fix.

This commit is contained in:
Adrien Destugues 2014-11-26 13:18:48 +01:00
parent 52051a08de
commit 4c581823cd
1 changed files with 1 additions and 1 deletions

View File

@ -1422,7 +1422,7 @@ ActivityView::_DrawHistory(bool drawBackground)
prev.Set(x, y);
}
} catch(std::bad_alloc) {
} catch (std::bad_alloc) {
// Not enough memory to allocate the line array.
// TODO we could try to draw using the slower but less memory
// consuming solution using StrokeLine.