Disable clang-format on Tools.cpp include order

This commit is contained in:
Weslly 2018-04-05 08:59:42 -03:00
parent 9b6c589b9c
commit 586961013d
No known key found for this signature in database
GPG Key ID: 0506FFCC6A90226C

View File

@ -47,8 +47,10 @@
#endif
#ifdef HAVE_PT_DENY_ATTACH
// clang-format off
#include <sys/types.h>
#include <sys/ptrace.h>
// clang-format on
#endif
namespace Tools