From afcdae0ec8bac26494dab0f1c256c9b9a2802eb8 Mon Sep 17 00:00:00 2001 From: Valerio De Benedetto Date: Thu, 12 May 2022 19:29:51 +0200 Subject: [PATCH] Formatting --- nanomodbus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nanomodbus.h b/nanomodbus.h index 778ad9d..8598735 100644 --- a/nanomodbus.h +++ b/nanomodbus.h @@ -45,7 +45,7 @@ #include #ifdef __cplusplus - extern "C" { +extern "C" { #endif /** @@ -382,7 +382,7 @@ const char* nmbs_strerror(nmbs_error error); #endif #ifdef __cplusplus - } // extern "C" +} // extern "C" #endif #endif //NANOMODBUS_H