From f17612bd0e2fe00d86002ce29453ef2d1fe82d86 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 May 2022 08:43:12 +0200 Subject: [PATCH] auto-fmt --- config/common/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common/definitions.h b/config/common/definitions.h index fa30d03..a7095fb 100644 --- a/config/common/definitions.h +++ b/config/common/definitions.h @@ -6,7 +6,7 @@ * Enumerations for used PUS service IDs. */ namespace pus { -enum ServiceIds: uint8_t { +enum ServiceIds : uint8_t { PUS_SERVICE_1 = 1, PUS_SERVICE_2 = 2, PUS_SERVICE_3 = 3,