fix indentation

minor
This commit is contained in:
Frank Möhle
2026-01-15 11:38:55 +01:00
committed by GitHub
parent d03e3a8655
commit 5cfca1b340

View File

@@ -8,9 +8,9 @@
// version code in format yymmddb (b = daily build)
#ifndef WLED_BUILD_VERSION // WLEDMM allow override by nightly build script
#define VERSION 2601151
#else
#define VERSION WLED_BUILD_VERSION
#define VERSION 2601151
#else
#define VERSION WLED_BUILD_VERSION
#endif
// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.