diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2016-08-09 13:15:05 -0700 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2016-08-11 09:53:41 -0700 |
commit | 36a2b906c008cd3693a9ab5aef7b4402addd6c74 (patch) | |
tree | 27333c6f26304490169825ae1c17484534246dc6 /src/jit/compmemkind.h | |
parent | ab7d6a8df73d3d89210a778338feaa9fedf4146a (diff) | |
download | coreclr-36a2b906c008cd3693a9ab5aef7b4402addd6c74.tar.gz coreclr-36a2b906c008cd3693a9ab5aef7b4402addd6c74.tar.bz2 coreclr-36a2b906c008cd3693a9ab5aef7b4402addd6c74.zip |
Reformat jit sources with clang-tidy and format
This change is the result of running clang-tidy and clang-format on jit
sources.
Diffstat (limited to 'src/jit/compmemkind.h')
-rw-r--r-- | src/jit/compmemkind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/compmemkind.h b/src/jit/compmemkind.h index 1e18d516f8..e27d2071f7 100644 --- a/src/jit/compmemkind.h +++ b/src/jit/compmemkind.h @@ -4,7 +4,7 @@ /*****************************************************************************/ #ifndef CompMemKindMacro -#error Define CompMemKindMacro before including this file. +#error Define CompMemKindMacro before including this file. #endif // This list of macro invocations should be used to define the CompMemKind enumeration, |