Merge pull request #211 from tkruse/fix-mdstyle11

fix bad mix of tabs and spaces
pull/212/head
Gabriel Dos Reis 10 years ago
commit 48c3c3b549

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

Loading…
Cancel
Save