Skip to content

Commit 497d9bf

Browse files
committed
indent
1 parent 5184a14 commit 497d9bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Marlin/src/inc/Conditionals_post.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,15 +3356,15 @@
33563356
// Set AUTOTEMP defaults
33573357
#if ENABLED(AUTOTEMP)
33583358
#ifndef AUTOTEMP_MAX
3359-
#define AUTOTEMP_MAX 250
3359+
#define AUTOTEMP_MAX 250
33603360
#endif
33613361
#ifndef AUTOTEMP_MIN
3362-
#define AUTOTEMP_MIN 210
3362+
#define AUTOTEMP_MIN 210
33633363
#endif
33643364
#ifndef AUTOTEMP_FACTOR
3365-
#define AUTOTEMP_FACTOR 0.1f
3365+
#define AUTOTEMP_FACTOR 0.1f
33663366
#endif
33673367
#ifndef AUTOTEMP_ENABLED
3368-
#define AUTOTEMP_ENABLED false
3368+
#define AUTOTEMP_ENABLED false
33693369
#endif
33703370
#endif

0 commit comments

Comments
 (0)