mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-25 09:40:57 -04:00
Formatting the code.
This commit is contained in:
parent
74efc57369
commit
8324d03f0a
294 changed files with 3796 additions and 3740 deletions
|
@ -8,7 +8,6 @@
|
|||
#endif
|
||||
#include <sys/types.h>
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -16,5 +15,5 @@ typedef uint32_t u_int32_t;
|
|||
typedef uint16_t u_int16_t;
|
||||
typedef uint8_t u_int8_t;
|
||||
|
||||
#define bzero(p,s) memset(p, 0, s)
|
||||
#define bzero(p, s) memset(p, 0, s)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue