summaryrefslogtreecommitdiff
path: root/navit/maptype.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/maptype.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/maptype.h')
-rw-r--r--navit/maptype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/maptype.h b/navit/maptype.h
index 7ebf233b6..d2b86a51b 100644
--- a/navit/maptype.h
+++ b/navit/maptype.h
@@ -26,7 +26,7 @@ enum projection;
struct maptype {
char *name;
struct map_priv *(*map_new)(struct map_methods *meth, char *data, char **charset, enum projection *pro);
- struct maptype *next;
+ struct maptype *next;
};
/* prototypes */