commit | a83881e33ce29ee236c924d669cb41a9d816962d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 22 10:50:05 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Jun 22 10:58:05 2017 -0700 |
tree | 10d1c371968a5a726641e1d2c0e92739008be678 | |
parent | 07a57f0f283938c5e558d79c62d4c2d4c24d3d03 [diff] [blame] |
libmemunreachable: clang-format everything clang-format -i --sort-includes $(find . -name "*.cpp" -o -name "*.h") Test: builds Change-Id: Ia8e0677fe7f3f26dddba3a851cd2dfab9f14e421
diff --git a/libmemunreachable/tests/HostMallocStub.cpp b/libmemunreachable/tests/HostMallocStub.cpp index a7e3f07..0ef0487 100644 --- a/libmemunreachable/tests/HostMallocStub.cpp +++ b/libmemunreachable/tests/HostMallocStub.cpp
@@ -16,8 +16,6 @@ #include "bionic.h" -void malloc_disable() { -} +void malloc_disable() {} -void malloc_enable() { -} +void malloc_enable() {}