Skip to content

Commit dbbca51

Browse files
ci(pre-commit): Apply automatic fixes
1 parent c526cd4 commit dbbca51

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/AsyncWebServerLogging.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
#elif defined(ESP8266)
6969
#include <ets_sys.h>
7070
// define log levels
71-
#define ASYNC_WS_LOG_NONE 0 /*!< No log output */
72-
#define ASYNC_WS_LOG_ERROR 1 /*!< Critical errors, software module can not recover on its own */
73-
#define ASYNC_WS_LOG_WARN 2 /*!< Error conditions from which recovery measures have been taken */
74-
#define ASYNC_WS_LOG_INFO 3 /*!< Information messages which describe normal flow of events */
75-
#define ASYNC_WS_LOG_DEBUG 4 /*!< Extra information which is not necessary for normal use (values, pointers, sizes, etc). */
76-
#define ASYNC_WS_LOG_MAX 5 /*!< Number of levels supported */
71+
#define ASYNC_WS_LOG_NONE 0 /*!< No log output */
72+
#define ASYNC_WS_LOG_ERROR 1 /*!< Critical errors, software module can not recover on its own */
73+
#define ASYNC_WS_LOG_WARN 2 /*!< Error conditions from which recovery measures have been taken */
74+
#define ASYNC_WS_LOG_INFO 3 /*!< Information messages which describe normal flow of events */
75+
#define ASYNC_WS_LOG_DEBUG 4 /*!< Extra information which is not necessary for normal use (values, pointers, sizes, etc). */
76+
#define ASYNC_WS_LOG_MAX 5 /*!< Number of levels supported */
7777
// set default log level
7878
#ifndef ASYNCWEBSERVER_LOG_LEVEL
7979
#define ASYNCWEBSERVER_LOG_LEVEL ASYNC_WS_LOG_INFO

0 commit comments

Comments
 (0)