diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2018-04-30 13:46:24 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2018-04-30 16:24:52 +0200 |
commit | 6b6587738729581cd348ec1414db2bd639120c64 (patch) | |
tree | 1517885acc27984eefe835331a8de97e208c1b19 /libnm-glib/nm-access-point.h | |
parent | 5f0ed33d124bb3620a9f7ae2588f88dc5ce68af8 (diff) |
all: remove consecutive empty lines
Normalize coding style by removing consecutive empty lines from C
sources and headers.
https://github.com/NetworkManager/NetworkManager/pull/108
Diffstat (limited to 'libnm-glib/nm-access-point.h')
-rw-r--r-- | libnm-glib/nm-access-point.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-glib/nm-access-point.h b/libnm-glib/nm-access-point.h index 5750c76c5..e9a3fc6b5 100644 --- a/libnm-glib/nm-access-point.h +++ b/libnm-glib/nm-access-point.h @@ -51,7 +51,6 @@ G_BEGIN_DECLS /* DEPRECATED */ #define NM_ACCESS_POINT_HW_ADDRESS "hw-address" - typedef struct { NMObject parent; } NMAccessPoint; |