Merge pull request #211 from tkruse/fix-mdstyle11

fix bad mix of tabs and spaces
This commit is contained in:
Gabriel Dos Reis 2015-09-29 08:41:29 -07:00
commit 48c3c3b549

View File

@ -11763,7 +11763,6 @@ If you define a destructor, you should not use the compiler-generated copy or mo
public:
~X() { /* custom stuff, such as closing hnd */ }
// suspicious: no mention of copying or moving -- what happens to hnd?
};