From 836296b3af78c4023971108630f8e043bc8f4338 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 25 May 2021 15:18:05 +0200 Subject: [PATCH] indentation --- linux/spi/SpiComIF.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/spi/SpiComIF.cpp b/linux/spi/SpiComIF.cpp index fe0cdc9..c39f397 100644 --- a/linux/spi/SpiComIF.cpp +++ b/linux/spi/SpiComIF.cpp @@ -20,8 +20,8 @@ #define FSFW_HAL_LINUX_SPI_WIRETAPPING 0 #endif -SpiComIF::SpiComIF(object_id_t objectId, GpioIF* gpioComIF): SystemObject(objectId), -gpioComIF(gpioComIF) { +SpiComIF::SpiComIF(object_id_t objectId, GpioIF* gpioComIF): + SystemObject(objectId), gpioComIF(gpioComIF) { if(gpioComIF == nullptr) { #if FSFW_VERBOSE_LEVEL >= 1 #if FSFW_CPP_OSTREAM_ENABLED == 1