diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:56:04 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-10-24 20:56:04 +0200 |
| commit | 0c9c294a0859cd4aba0662e2bb640c5686c8d58b (patch) | |
| tree | ecdc0a11111405ed051f92bc3b118bc6cb641d66 /dev/ToolchainKit/NFC/ErrorID.h | |
| parent | fa380a3b12900b81d85c7cdac57fe3fe3a325cd0 (diff) | |
IMP: Ran format command.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ToolchainKit/NFC/ErrorID.h')
| -rw-r--r-- | dev/ToolchainKit/NFC/ErrorID.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/ToolchainKit/NFC/ErrorID.h b/dev/ToolchainKit/NFC/ErrorID.h index 52a0e83..df67fc3 100644 --- a/dev/ToolchainKit/NFC/ErrorID.h +++ b/dev/ToolchainKit/NFC/ErrorID.h @@ -12,11 +12,11 @@ #include <ToolchainKit/Defines.h> #include <ToolchainKit/NFC/ErrorOr.h> -#define TOOLCHAINKIT_EXEC_ERROR -30 +#define TOOLCHAINKIT_EXEC_ERROR -30 #define TOOLCHAINKIT_FILE_NOT_FOUND -31 -#define TOOLCHAINKIT_DIR_NOT_FOUND -32 -#define TOOLCHAINKIT_FILE_EXISTS -33 -#define TOOLCHAINKIT_TOO_LONG -34 -#define TOOLCHAINKIT_INVALID_DATA -35 -#define TOOLCHAINKIT_UNIMPLEMENTED -36 -#define TOOLCHAINKIT_FAT_ERROR -37 +#define TOOLCHAINKIT_DIR_NOT_FOUND -32 +#define TOOLCHAINKIT_FILE_EXISTS -33 +#define TOOLCHAINKIT_TOO_LONG -34 +#define TOOLCHAINKIT_INVALID_DATA -35 +#define TOOLCHAINKIT_UNIMPLEMENTED -36 +#define TOOLCHAINKIT_FAT_ERROR -37 |
