summaryrefslogtreecommitdiff
path: root/src/jit/emitfmtsarm64.h
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-06-24 14:10:52 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2016-07-29 09:16:39 -0700
commita1fa8c14cae981369dccf2f361b01959b215ad8f (patch)
treecfbd2c5020bacd9422a64338f513350057e3cae0 /src/jit/emitfmtsarm64.h
parenta812669c5737a336745f42c099a1a8a6e1aafa4f (diff)
downloadcoreclr-a1fa8c14cae981369dccf2f361b01959b215ad8f.tar.gz
coreclr-a1fa8c14cae981369dccf2f361b01959b215ad8f.tar.bz2
coreclr-a1fa8c14cae981369dccf2f361b01959b215ad8f.zip
Massage code for clang-format
This change starts the process of updating the jit code to make it ready for being formatted by clang-format. Changes mostly include reflowing comments that go past our column limit and moving comments around ifdefs so clang-format does not modify the indentation. Additionally, some header files are manually reformatted for pointer alignment and marked as clang-format off so that we do not lose the current formatting.
Diffstat (limited to 'src/jit/emitfmtsarm64.h')
-rw-r--r--src/jit/emitfmtsarm64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jit/emitfmtsarm64.h b/src/jit/emitfmtsarm64.h
index 294bb38701..3ea1168915 100644
--- a/src/jit/emitfmtsarm64.h
+++ b/src/jit/emitfmtsarm64.h
@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
//////////////////////////////////////////////////////////////////////////////
-
+//clang-format off
#if !defined(_TARGET_ARM64_)
#error Unexpected target type
#endif
@@ -206,3 +206,4 @@ IF_DEF(INVALID, IS_NONE, NONE) //
#endif // !DEFINE_ID_OPS
//////////////////////////////////////////////////////////////////////////////
+// clang-format on