Fix an indentation error in table.h

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6361 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-11-22 13:55:01 +00:00
parent 5bca9c8df9
commit 2b11839902
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ bool tableAddChildWithAlign(table *self, widget *child,
* @param column The column in the table to add the child to.
* @param colspan The number of columns spanned by the child.
* @param v Horizontal alignment of the child.
* @return true if the child was successfully added, false otherwise.
* @return true if the child was successfully added, false otherwise.
*/
bool tableAddChildWithSpanAlign(table *self, widget *child,
int row, int rowspan, vAlign v,