commit | 6f485c62b9cfce3ab71020c646ab9f48d9d29d6d | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Jul 18 15:35:35 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Jul 18 15:48:15 2013 -0700 |
tree | 870b72918c03922b1ae473a09ab5624fb3c9457d | |
parent | 9b7085a4e7c40e7fa01932ea1647a4a33ac1c585 [diff] [blame] |
Fix cpplint whitespace/indent issues Change-Id: I7c1647f0c39e1e065ca5820f9b79998691ba40b1
diff --git a/runtime/common_test.h b/runtime/common_test.h index e735e27..778ca63 100644 --- a/runtime/common_test.h +++ b/runtime/common_test.h
@@ -246,7 +246,7 @@ #if GCC_VERSION >= 40303 __builtin___clear_cache(reinterpret_cast<void*>(base), reinterpret_cast<void*>(base + len)); #else - LOG(FATAL) << "UNIMPLEMENTED: cache flush"; + LOG(FATAL) << "UNIMPLEMENTED: cache flush"; #endif }