From 3b8402c771faa9ee85904346b76266f5d2d09d3c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 3 Jun 2014 11:11:36 +0200 Subject: odk/examples: pretty up Change-Id: Id157616660253913ef0ef94c17a680bddacb0660 --- odk/examples/cpp/custompanel/ctp_factory.hxx | 6 +++--- odk/examples/cpp/custompanel/ctp_panel.hxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'odk/examples/cpp') diff --git a/odk/examples/cpp/custompanel/ctp_factory.hxx b/odk/examples/cpp/custompanel/ctp_factory.hxx index f38b933c4a62..e5fbea1d5546 100644 --- a/odk/examples/cpp/custompanel/ctp_factory.hxx +++ b/odk/examples/cpp/custompanel/ctp_factory.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SD_WORKBENCH_CTP_FACTORY_HXX -#define SD_WORKBENCH_CTP_FACTORY_HXX +#ifndef INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX +#define INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX #include #include @@ -69,6 +69,6 @@ namespace sd { namespace colortoolpanel } } // namespace sd::colortoolpanel -#endif // SD_WORKBENCH_CTP_FACTORY_HXX +#endif // INCLUDED_CUSTOMPANEL_CTP_FACTORY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/odk/examples/cpp/custompanel/ctp_panel.hxx b/odk/examples/cpp/custompanel/ctp_panel.hxx index 1e9566990105..e0ec08420164 100644 --- a/odk/examples/cpp/custompanel/ctp_panel.hxx +++ b/odk/examples/cpp/custompanel/ctp_panel.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SD_WORKBENCH_CTP_PANEL_HXX -#define SD_WORKBENCH_CTP_PANEL_HXX +#ifndef INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX +#define INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX #include #include @@ -111,6 +111,6 @@ namespace sd { namespace colortoolpanel } } // namespace sd::colortoolpanel -#endif // SD_WORKBENCH_CTP_PANEL_HXX +#endif // INCLUDED_CUSTOMPANEL_CTP_PANEL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit