summary refs log tree commit diff
path: root/src/ppp/nm-ppp-status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppp/nm-ppp-status.h')
-rw-r--r--src/ppp/nm-ppp-status.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/ppp/nm-ppp-status.h b/src/ppp/nm-ppp-status.h
index f817d7cb..953bc32f 100644
--- a/src/ppp/nm-ppp-status.h
+++ b/src/ppp/nm-ppp-status.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2008 Novell, Inc.
  * Copyright (C) 2008 - 2016 Red Hat, Inc.
@@ -8,21 +8,21 @@
 #define __NM_PPP_STATUS_H__
 
 typedef enum {
-	NM_PPP_STATUS_UNKNOWN,
+    NM_PPP_STATUS_UNKNOWN,
 
-	NM_PPP_STATUS_DEAD,
-	NM_PPP_STATUS_INITIALIZE,
-	NM_PPP_STATUS_SERIALCONN,
-	NM_PPP_STATUS_DORMANT,
-	NM_PPP_STATUS_ESTABLISH,
-	NM_PPP_STATUS_AUTHENTICATE,
-	NM_PPP_STATUS_CALLBACK,
-	NM_PPP_STATUS_NETWORK,
-	NM_PPP_STATUS_RUNNING,
-	NM_PPP_STATUS_TERMINATE,
-	NM_PPP_STATUS_DISCONNECT,
-	NM_PPP_STATUS_HOLDOFF,
-	NM_PPP_STATUS_MASTER
+    NM_PPP_STATUS_DEAD,
+    NM_PPP_STATUS_INITIALIZE,
+    NM_PPP_STATUS_SERIALCONN,
+    NM_PPP_STATUS_DORMANT,
+    NM_PPP_STATUS_ESTABLISH,
+    NM_PPP_STATUS_AUTHENTICATE,
+    NM_PPP_STATUS_CALLBACK,
+    NM_PPP_STATUS_NETWORK,
+    NM_PPP_STATUS_RUNNING,
+    NM_PPP_STATUS_TERMINATE,
+    NM_PPP_STATUS_DISCONNECT,
+    NM_PPP_STATUS_HOLDOFF,
+    NM_PPP_STATUS_MASTER
 } NMPPPStatus;
 
 #endif /* __NM_PPP_STATUS_H__ */