From: Kevin Day Date: Fri, 26 Apr 2024 02:59:07 +0000 (-0500) Subject: Cleanup: Add missing new line. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=157dbf9c8819b9dbc6fcb19789fd4762a98f4e24;p=fll Cleanup: Add missing new line. --- diff --git a/level_3/controller/c/print.h b/level_3/controller/c/print.h index 39e72ba..a55490c 100644 --- a/level_3/controller/c/print.h +++ b/level_3/controller/c/print.h @@ -31,6 +31,7 @@ extern "C" { #ifndef _di_controller_print_message_help_ extern f_status_t controller_print_message_help(fl_print_t * const print); #endif // _di_controller_print_message_help_ + #ifdef __cplusplus } // extern "C" #endif