summaryrefslogtreecommitdiff
path: root/src/rom4.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
commitd343d1f19a74657489d987dbd97b84e7389ae295 (patch)
tree2e47b11231a68494c5146a32b2a90685cc850a13 /src/rom4.c
parentac4ca95a7bcf05482add953aafa081df824fc954 (diff)
parent6b5f5b95bdac53ab4abd93302897d02118738561 (diff)
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/rom4.c')
-rw-r--r--src/rom4.c6
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;