summaryrefslogtreecommitdiff
path: root/compiler/dex/quick/codegen_util.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-07-18 15:54:44 -0700
committer Brian Carlstrom <bdc@google.com> 2013-07-18 16:02:33 -0700
commit02c8cc6d1312a2b55533f02f6369dc7c94672f90 (patch)
tree4e4a268e8cb82dcd95f8e29a8169b0396e20b0cc /compiler/dex/quick/codegen_util.cc
parent6f485c62b9cfce3ab71020c646ab9f48d9d29d6d (diff)
Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues
Change-Id: Ide4f8ea608338b3fed528de7582cfeb2011997b6
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
-rw-r--r--compiler/dex/quick/codegen_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc
index 7a59644273..8daa397135 100644
--- a/compiler/dex/quick/codegen_util.cc
+++ b/compiler/dex/quick/codegen_util.cc
@@ -461,7 +461,7 @@ void Mir2Lir::InstallFillArrayData() {
}
static int AssignLiteralOffsetCommon(LIR* lir, int offset) {
- for (;lir != NULL; lir = lir->next) {
+ for (; lir != NULL; lir = lir->next) {
lir->offset = offset;
offset += 4;
}