Get rid of tab

This commit is contained in:
Kyle Cooley 2018-05-20 15:02:04 -05:00
parent 3a68f4bd8f
commit 83fe29d10f

View file

@ -94,7 +94,7 @@ public:
// in older compilers in order to use it... starting with VC7 we can declare it as "protected" // in older compilers in order to use it... starting with VC7 we can declare it as "protected"
protected: protected:
#endif #endif
enum { STACKWALK_MAX_NAMELEN = 1024 }; // max name length for found symbols enum { STACKWALK_MAX_NAMELEN = 1024 }; // max name length for found symbols
protected: protected:
// Entry for each Callstack-Entry // Entry for each Callstack-Entry