summaryrefslogtreecommitdiff
path: root/src/jit/jitstd.h
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-08-09 13:15:05 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2016-08-11 09:53:41 -0700
commit36a2b906c008cd3693a9ab5aef7b4402addd6c74 (patch)
tree27333c6f26304490169825ae1c17484534246dc6 /src/jit/jitstd.h
parentab7d6a8df73d3d89210a778338feaa9fedf4146a (diff)
downloadcoreclr-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/jitstd.h')
-rw-r--r--src/jit/jitstd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jit/jitstd.h b/src/jit/jitstd.h
index 59995fd89f..6b428679f0 100644
--- a/src/jit/jitstd.h
+++ b/src/jit/jitstd.h
@@ -2,8 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-
-
#include "allocator.h"
#include "type_traits.h"
#include "pair.h"