Skip to content

Commit b266010

Browse files
committed
Update esp3dlib_config.h
Remove more unwished spaces due to CLang-format
1 parent 46877de commit b266010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/esp3dlib_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
#define ESP_XSTR(M) ESP_XSTR_(M)
3232
#endif
3333
#ifndef SRCHOME
34-
#define SRCHOME ../../../../../ Marlin / src
34+
#define SRCHOME ../../../../../Marlin/src
3535
#endif
3636
#ifndef HALHOME
37-
#define HALHOME SRCHOME / HAL
37+
#define HALHOME SRCHOME/HAL
3838
#endif
3939
#define MARLIN_HAL_PATH(PATH) HAL_PATH(HALHOME, PATH)
40-
#define MARLIN_PATH(PATH) ESP_XSTR(SRCHOME / PATH)
40+
#define MARLIN_PATH(PATH) ESP_XSTR(SRCHOME/PATH)
4141
#include MARLIN_PATH(inc/MarlinConfig.h)
4242

4343
#undef DISABLED

0 commit comments

Comments
 (0)