summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/runtime_support_builder.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-07-17 17:44:30 -0700
committerBrian Carlstrom <bdc@google.com>2013-07-17 21:46:11 -0700
commit2ce745c06271d5223d57dbf08117b20d5b60694a (patch)
tree08ca327d1f1c8266fafb11422cfad6982f21e0bb /compiler/llvm/runtime_support_builder.cc
parentfc0e3219edc9a5bf81b166e82fd5db2796eb6a0d (diff)
downloadart-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.gz
art-2ce745c06271d5223d57dbf08117b20d5b60694a.tar.bz2
art-2ce745c06271d5223d57dbf08117b20d5b60694a.zip
Fix cpplint whitespace/braces issues
Change-Id: Ide80939faf8e8690d8842dde8133902ac725ed1a
Diffstat (limited to 'compiler/llvm/runtime_support_builder.cc')
-rw-r--r--compiler/llvm/runtime_support_builder.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/llvm/runtime_support_builder.cc b/compiler/llvm/runtime_support_builder.cc
index 28405f67d4..976aa8f50d 100644
--- a/compiler/llvm/runtime_support_builder.cc
+++ b/compiler/llvm/runtime_support_builder.cc
@@ -38,8 +38,7 @@ using namespace runtime_support;
RuntimeSupportBuilder::RuntimeSupportBuilder(::llvm::LLVMContext& context,
::llvm::Module& module,
IRBuilder& irb)
- : context_(context), module_(module), irb_(irb)
-{
+ : context_(context), module_(module), irb_(irb) {
memset(target_runtime_support_func_, 0, sizeof(target_runtime_support_func_));
#define GET_RUNTIME_SUPPORT_FUNC_DECL(ID, NAME) \
do { \