summaryrefslogtreecommitdiff
path: root/pceplib/pcep_msg_objects.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@nvidia.com>2021-12-06 00:06:23 -0500
committerQuentin Young <qlyoung@nvidia.com>2021-12-06 00:09:13 -0500
commitb8cc7b6276f207312fe4e2527511cae9696a9184 (patch)
tree35eb51898002c3c0cf30f8c774867c6d5ff63f2a /pceplib/pcep_msg_objects.h
parent2e38d79e646a2e37af717ed5e3a3b5365501fbc8 (diff)
pceplib: fix style issues
run clang-format run clang-format run clang-format run clang-format run clang-format Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to 'pceplib/pcep_msg_objects.h')
-rw-r--r--pceplib/pcep_msg_objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pceplib/pcep_msg_objects.h b/pceplib/pcep_msg_objects.h
index f26618e291..270db4aa8d 100644
--- a/pceplib/pcep_msg_objects.h
+++ b/pceplib/pcep_msg_objects.h
@@ -367,7 +367,7 @@ enum pcep_lsp_operational_status {
};
#define MAX_PLSP_ID 0x000fffff /* The plsp_id is only 20 bits */
-#define MAX_LSP_STATUS 0x0007 /* The status is only 3 bits */
+#define MAX_LSP_STATUS 0x0007 /* The status is only 3 bits */
#define OBJECT_LSP_FLAG_D 0x01
#define OBJECT_LSP_FLAG_S 0x02
#define OBJECT_LSP_FLAG_R 0x04