mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 09:13:16 -05:00
Disable clang-format on Tools.cpp include order
This commit is contained in:
parent
9b6c589b9c
commit
586961013d
1 changed files with 2 additions and 0 deletions
|
|
@ -47,8 +47,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PT_DENY_ATTACH
|
#ifdef HAVE_PT_DENY_ATTACH
|
||||||
|
// clang-format off
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
|
// clang-format on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace Tools
|
namespace Tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue