Whitespace change.

svn-id: r16442
This commit is contained in:
Torbjörn Andersson 2005-01-06 12:42:05 +00:00
parent b319c32226
commit 19f604b6ef

View File

@ -123,7 +123,7 @@ enum PathCellType {
struct PathDirectionData {
int direction;
int x;
int x;
int y;
};