STYLE: follow coding guide recommendation for '//- Destructor'

This commit is contained in:
Mark Olesen
2010-04-12 11:55:52 +02:00
parent a50f01b079
commit b6f3bd4c23
522 changed files with 1157 additions and 1653 deletions

View File

@ -70,9 +70,8 @@ class IFstreamAllocator
IFstreamAllocator(const fileName& pathname);
// Destructor
~IFstreamAllocator();
//- Destructor
~IFstreamAllocator();
};
@ -106,9 +105,8 @@ public:
);
// Destructor
~IFstream();
//- Destructor
~IFstream();
// Member functions

View File

@ -69,9 +69,8 @@ class OFstreamAllocator
IOstream::compressionType compression=IOstream::UNCOMPRESSED
);
// Destructor
~OFstreamAllocator();
//- Destructor
~OFstreamAllocator();
};
@ -108,9 +107,8 @@ public:
);
// Destructor
~OFstream();
//- Destructor
~OFstream();
// Member functions