Apply standards for whole-file conditions

This commit is contained in:
Scott Lahteine
2018-02-04 17:24:23 -06:00
parent 5054c53901
commit 21bfbb9d44
10 changed files with 37 additions and 19 deletions

View File

@@ -20,6 +20,10 @@
*
*/
#include "MarlinConfig.h"
#if ENABLED(PRINTCOUNTER)
#include "Marlin.h"
#include "printcounter.h"
#include "duration_t.h"
@@ -232,3 +236,5 @@ void PrintCounter::reset() {
}
#endif
#endif // PRINTCOUNTER