Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: src/assembler.h

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add a clang-format blacklist. Fix formatting "errors". Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | src/llvm2ice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 7997865ac742b8c911dc72c47dc0d270a110c97c..40f50fd5b1a11f3d0d79dffc40926124a98f200c 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -57,9 +57,7 @@ public:
}
// Emit a fixup at the current location.
- void EmitFixup(AssemblerFixup *fixup) {
- fixup->set_position(Size());
- }
+ void EmitFixup(AssemblerFixup *fixup) { fixup->set_position(Size()); }
// Get the size of the emitted code.
intptr_t Size() const { return cursor_ - contents_; }
« no previous file with comments | « src/PNaClTranslator.cpp ('k') | src/llvm2ice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698