summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-10-06 22:35:46 +0200
committermvglasow <michael -at- vonglasow.com>2018-10-06 22:35:46 +0200
commit7e548760a52142b573619173fbcea1765cbfaca7 (patch)
tree4af7318393807809d85576b1d4c4ea717f8abc9b
parent32dde1e3cfca442f2416c64284d00de6f32f1d24 (diff)
downloadnavit-7e548760a52142b573619173fbcea1765cbfaca7.tar.gz
Refactor:traffic:Fix indentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r--navit/traffic.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/navit/traffic.c b/navit/traffic.c
index 5fd71b9ad..74304e3cf 100644
--- a/navit/traffic.c
+++ b/navit/traffic.c
@@ -3306,9 +3306,9 @@ static struct seg_data * traffic_message_parse_events(struct traffic_message * t
/* Contraflow: assume 80, unless explicitly specified */
speed = 80;
break;
- /* restriction_speed_limit is not in the list: either it comes with a maxspeed attribute, which gets
- * evaluated regardless of the event it comes with, and if it doesn’t come with one, it carries no
- * useful information. */
+ /* restriction_speed_limit is not in the list: either it comes with a maxspeed attribute, which gets
+ * evaluated regardless of the event it comes with, and if it doesn’t come with one, it carries no
+ * useful information. */
default:
break;
}