about summary refs log tree commit diff
path: root/src/systemd/nm-sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd/nm-sd.h')
-rw-r--r--src/systemd/nm-sd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/systemd/nm-sd.h b/src/systemd/nm-sd.h
index 99904243..7cea9b68 100644
--- a/src/systemd/nm-sd.h
+++ b/src/systemd/nm-sd.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2014 - 2016 Red Hat, Inc.
  */
@@ -13,7 +13,7 @@
 
 /*****************************************************************************/
 
-guint nm_sd_event_attach_default (void);
+guint nm_sd_event_attach_default(void);
 
 /*****************************************************************************
  * expose internal systemd API
@@ -27,4 +27,3 @@ int dhcp_lease_save(struct sd_dhcp_lease *lease, const char *lease_file);
 int dhcp_lease_load(struct sd_dhcp_lease **ret, const char *lease_file);
 
 #endif /* __NM_SD_H__ */
-