summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-23 15:24:18 +0100
committerThomas Haller <thaller@redhat.com>2017-02-23 15:28:27 +0100
commit9a64168c871bdf00e7ff2ff67c6751aabdcc3910 (patch)
treea0b2d51cf33ab102d7b5d92ff6257137253d7fd8 /src/nm-types.h
parent8e12396b74c85972558388652e802a54c799363b (diff)
downloadNetworkManager-9a64168c871bdf00e7ff2ff67c6751aabdcc3910.tar.gz
all: use "static inline" keywords instead of "inline static"
Use a consistent order of "static inline". This seems the prefered order in general, and we also use it more often already.
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index c323c9a786..01d9dde9b2 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -83,7 +83,7 @@ typedef enum {
NM_IP_CONFIG_SOURCE_USER,
} NMIPConfigSource;
-inline static gboolean
+static inline gboolean
NM_IS_IP_CONFIG_SOURCE_RTPROT (NMIPConfigSource source)
{
return source > NM_IP_CONFIG_SOURCE_UNKNOWN && source <= _NM_IP_CONFIG_SOURCE_RTPROT_LAST;