summaryrefslogtreecommitdiff
path: root/navit/map.h
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-10-29 15:14:23 -0700
committerGitHub <noreply@github.com>2019-10-29 15:14:23 -0700
commitc0a7ca3b532251ef0334f84c17a19274f501969c (patch)
treeef5adcbab64bd158e30836fe6d91058b6c1cce0c /navit/map.h
parent91c085e7f9e0e31eaedd9926b3682d980587333c (diff)
downloadnavit-c0a7ca3b532251ef0334f84c17a19274f501969c.tar.gz
cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint * More blank lines * Yet another one [skip-ci] * Another few fixes * Weird use case. Do we need this protected declaration?
Diffstat (limited to 'navit/map.h')
-rw-r--r--navit/map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/map.h b/navit/map.h
index df8f9bf4e..78521bccf 100644
--- a/navit/map.h
+++ b/navit/map.h
@@ -89,8 +89,7 @@ struct map_methods {
struct item * (*map_search_get_item)(struct map_search_priv *ms); /**< Function to get the next item of a search on the map, ignored if `map_search_new` is NULL */
struct item * (*map_rect_create_item)(struct map_rect_priv *mr, enum item_type type); /**< Function to create a new item in the map */
int (*map_get_attr)(struct map_priv *priv, enum attr_type type, struct attr *attr); /**< Function to get a map attribute, can be NULL */
- int (*map_set_attr)(struct map_priv *priv, struct attr *attr); /**< Function to set a map attribute, can be NULL */
-
+ int (*map_set_attr)(struct map_priv *priv, struct attr *attr); /**< Function to set a map attribute, can be NULL */
};
/**