summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-02-23 10:48:25 -0800
committerPat Gavlin <pagavlin@microsoft.com>2017-02-23 10:48:25 -0800
commit187255c281084156bbc103d2c17729a0ab0c96b6 (patch)
tree9dbfff388662023e5b0811767d648959f2dda18c /src/jit/emit.h
parentbd4028154190a245f322d859484fd39375201d00 (diff)
downloadcoreclr-187255c281084156bbc103d2c17729a0ab0c96b6.tar.gz
coreclr-187255c281084156bbc103d2c17729a0ab0c96b6.tar.bz2
coreclr-187255c281084156bbc103d2c17729a0ab0c96b6.zip
Format code.
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index 186c60f4a8..91cf96e2b1 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -1521,8 +1521,7 @@ protected:
EpilogList* elNext;
emitLocation elLoc;
- EpilogList()
- : elNext(nullptr), elLoc()
+ EpilogList() : elNext(nullptr), elLoc()
{
}
};