From c8e8e7dcfc60ab2769c0c1ada5a580ec1c1c4d5d Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 5 May 2017 16:16:54 +0200 Subject: Remove trailing whitespace --- src/rom4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rom4.c') diff --git a/src/rom4.c b/src/rom4.c index 3d388fd6d..e1b9dc302 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -469,7 +469,7 @@ struct MapConnection *sub_8053818(u8 dir) if (connection == NULL) return NULL; - + for(i = 0; i < count; i++, connection++) if (connection->direction == dir) return connection; -- cgit v1.2.3 From 6b5f5b95bdac53ab4abd93302897d02118738561 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 5 May 2017 16:21:11 +0200 Subject: Convert tabs to spaces --- src/rom4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rom4.c') diff --git a/src/rom4.c b/src/rom4.c index e1b9dc302..39c182731 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -470,8 +470,8 @@ 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; -- cgit v1.2.3