summaryrefslogtreecommitdiff
path: root/navit/attr.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-05-26 22:16:52 +0200
committermvglasow <michael -at- vonglasow.com>2018-05-26 22:16:52 +0200
commit5b9d018fdbcef2b9ffaf539ee0f959bd07ccf57c (patch)
tree0ea83f5162ac7c5503f7da6f9285fda4f5d76c46 /navit/attr.h
parente2dd06580d1b60c5638433d8471008b29c81f674 (diff)
downloadnavit-5b9d018fdbcef2b9ffaf539ee0f959bd07ccf57c.tar.gz
cleanup:global:Reformat with astyle and remove trailing spaces
Mirrors 8a76acb and 41a1264 Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/attr.h')
-rw-r--r--navit/attr.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/navit/attr.h b/navit/attr.h
index 9f6a20ec4..dca3a6107 100644
--- a/navit/attr.h
+++ b/navit/attr.h
@@ -79,14 +79,14 @@ enum attr_format {
#define AF_TRANSPORT_TRUCK (1<<21)
#define AF_DELIVERY_TRUCK (1<<22)
#define AF_PUBLIC_BUS (1<<23)
-#define AF_TAXI (1<<24)
-#define AF_HIGH_OCCUPANCY_CAR (1<<25)
-#define AF_CAR (1<<26)
-#define AF_MOTORCYCLE (1<<27)
-#define AF_MOPED (1<<28)
-#define AF_HORSE (1<<29)
-#define AF_BIKE (1<<30)
-#define AF_PEDESTRIAN (1<<31)
+#define AF_TAXI (1<<24)
+#define AF_HIGH_OCCUPANCY_CAR (1<<25)
+#define AF_CAR (1<<26)
+#define AF_MOTORCYCLE (1<<27)
+#define AF_MOPED (1<<28)
+#define AF_HORSE (1<<29)
+#define AF_BIKE (1<<30)
+#define AF_PEDESTRIAN (1<<31)
#define AF_PBH (AF_PEDESTRIAN|AF_BIKE|AF_HORSE)
#define AF_MOTORIZED_FAST (AF_MOTORCYCLE|AF_CAR|AF_HIGH_OCCUPANCY_CAR|AF_TAXI|AF_PUBLIC_BUS|AF_DELIVERY_TRUCK|AF_TRANSPORT_TRUCK|AF_EMERGENCY_VEHICLES)