mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-15 13:58:13 +02:00
Format ens files and add .clang-format file
This commit is contained in:
parent
522a2aab9d
commit
80cba23823
8 changed files with 24 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
#ifndef ENS_ERROR_H
|
||||
#define ENS_ERROR_H
|
||||
|
||||
#define ENS_INTERR 1 // internal error
|
||||
#define ENS_NOENT 2 // entry not found or invalid
|
||||
#define ENS_INVARG 3 // invalid argument
|
||||
#define ENS_INTERR 1 // internal error
|
||||
#define ENS_NOENT 2 // entry not found or invalid
|
||||
#define ENS_INVARG 3 // invalid argument
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue