diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
commit | d343d1f19a74657489d987dbd97b84e7389ae295 (patch) | |
tree | 2e47b11231a68494c5146a32b2a90685cc850a13 /src/rom4.c | |
parent | ac4ca95a7bcf05482add953aafa081df824fc954 (diff) | |
parent | 6b5f5b95bdac53ab4abd93302897d02118738561 (diff) |
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/rom4.c')
-rw-r--r-- | src/rom4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rom4.c b/src/rom4.c index 3d388fd6d..39c182731 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -469,9 +469,9 @@ struct MapConnection *sub_8053818(u8 dir) if (connection == NULL) return NULL; - - for(i = 0; i < count; i++, connection++) - if (connection->direction == dir) + + for(i = 0; i < count; i++, connection++) + if (connection->direction == dir) return connection; return NULL; |