summaryrefslogtreecommitdiff
path: root/source/LcmInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LcmInterface.cpp')
-rw-r--r--source/LcmInterface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/LcmInterface.cpp b/source/LcmInterface.cpp
index cee1714..6ddea57 100644
--- a/source/LcmInterface.cpp
+++ b/source/LcmInterface.cpp
@@ -208,9 +208,9 @@ ErrorCode_e LcmInterface::CommunicationCheckVersion(char *LCMVersion_p, LCM_t LC
ReturnValue = LCM_LOAD_INCOMPATIBLE_LDR_VERSION;
}
- if (strcmp(LCMVersion_p, LCD_LCM_Compatibility) == 0) {
- ReturnValue = E_SUCCESS;
- }
+ if (strcmp(LCMVersion_p, LCD_LCM_Compatibility) == 0) {
+ ReturnValue = E_SUCCESS;
+ }
return static_cast<ErrorCode_e>(ReturnValue);
}