2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-09 13:46:20 +00:00

[2357] Update scaffolding using fix-scaffolding.py tool

See bug #2367 for the fix-scaffolding.py tool.
This commit is contained in:
Mukund Sivaraman
2012-10-25 09:35:06 +05:30
parent 6d13586173
commit 059a2a1751
250 changed files with 721 additions and 721 deletions

View File

@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
#ifndef __EXCEPTIONS_H
#define __EXCEPTIONS_H 1
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H 1
#include <stdexcept>
#include <string>
@@ -230,7 +230,7 @@ public:
} while (1)
}
#endif // __EXCEPTIONS_H
#endif // EXCEPTIONS_H
// Local Variables:
// mode: c++