fix bad mix of tabs and spaces

This commit is contained in:
Thibault Kruse
2015-09-28 23:57:49 +02:00
parent 93736f8e41
commit 4b0c6702bb

View File

@@ -11759,7 +11759,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?
}; };