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:
@@ -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++
|
||||
|
Reference in New Issue
Block a user