Navigation Menu

Skip to content

Commit

Permalink
doc: untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 9, 2012
1 parent b03d1c7 commit a9730d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/developer/coding_style.rst
Expand Up @@ -422,7 +422,7 @@ voidを省略
{
Record *record = records[i];
Column *column = columns[column_name];
column.set_value(value);
column.set_value(value);
}
}
Expand All @@ -434,7 +434,7 @@ voidを省略
{
Record *record = records[i];
Column *column = columns[column_name];
column.set_value(value);
column.set_value(value);
}
}
Expand Down

0 comments on commit a9730d9

Please sign in to comment.