AP_Common: AP_FWVersionDefine: Fix indentantion level for fw_hash

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
Patrick José Pereira 2022-02-10 06:45:11 -03:00 committed by Peter Barker
parent e56fbfd69b
commit 759057347e

View File

@ -63,7 +63,7 @@ const AP_FWVersion AP_FWVersion::fwver{
#ifndef GIT_VERSION_INT #ifndef GIT_VERSION_INT
.fw_hash = 0, .fw_hash = 0,
#else #else
.fw_hash = GIT_VERSION_INT, .fw_hash = GIT_VERSION_INT,
#endif #endif
.fw_string_original = ORIGINAL_FWSTR, .fw_string_original = ORIGINAL_FWSTR,
.fw_short_string = ACTIVE_FWSTR, .fw_short_string = ACTIVE_FWSTR,