summaryrefslogtreecommitdiff
path: root/src/ToolBox/superpmi/mcs/verbildump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/superpmi/mcs/verbildump.h')
-rw-r--r--src/ToolBox/superpmi/mcs/verbildump.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ToolBox/superpmi/mcs/verbildump.h b/src/ToolBox/superpmi/mcs/verbildump.h
index e947fcf40c..d93b9ac1a5 100644
--- a/src/ToolBox/superpmi/mcs/verbildump.h
+++ b/src/ToolBox/superpmi/mcs/verbildump.h
@@ -14,11 +14,11 @@
class verbILDump
{
public:
- static int DoWork(const char *nameOfInput1, int indexCount, const int *indexes);
+ static int DoWork(const char* nameOfInput1, int indexCount, const int* indexes);
};
-void DumpPrimToConsoleBare(MethodContext *mc, CorInfoType prim, DWORDLONG classHandle);
-void DumpSigToConsoleBare(MethodContext *mc, CORINFO_SIG_INFO *pSig);
-char * DumpAttributeToConsoleBare(DWORD attribute);
+void DumpPrimToConsoleBare(MethodContext* mc, CorInfoType prim, DWORDLONG classHandle);
+void DumpSigToConsoleBare(MethodContext* mc, CORINFO_SIG_INFO* pSig);
+char* DumpAttributeToConsoleBare(DWORD attribute);
#endif