From: Junghyun Yeon Date: Thu, 27 Aug 2020 00:26:15 +0000 (+0900) Subject: Fix coding rule X-Git-Tag: submit/tizen/20200908.025700~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6853f9e54237f67f2e45780db6ff72b3be1118f1;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Fix coding rule Change-Id: I76a57a09f58c4f84cef4327fc2dde6676168d372 Signed-off-by: Junghyun Yeon --- diff --git a/test/smoke_tests/manifest_test.h b/test/smoke_tests/manifest_test.h index 6ce359c..821bc27 100644 --- a/test/smoke_tests/manifest_test.h +++ b/test/smoke_tests/manifest_test.h @@ -2,8 +2,8 @@ // Use of this source code is governed by an apache-2.0 license that can be // found in the LICENSE file. -#ifndef SMOKE_TESTS_MANIFEST_TEST_H_ -#define SMOKE_TESTS_MANIFEST_TEST_H_ +#ifndef TEST_SMOKE_TESTS_MANIFEST_TEST_H_ +#define TEST_SMOKE_TESTS_MANIFEST_TEST_H_ #include @@ -60,4 +60,4 @@ class ManifestTest : public testing::Test { application_x* GetSingleApp(manifest_x* m); -#endif // SMOKE_TESTS_MANIFEST_TEST_H_ +#endif // TEST_SMOKE_TESTS_MANIFEST_TEST_H_ diff --git a/test/smoke_tests/tpk_smoke_utils.h b/test/smoke_tests/tpk_smoke_utils.h index fb0d4af..f6186f9 100644 --- a/test/smoke_tests/tpk_smoke_utils.h +++ b/test/smoke_tests/tpk_smoke_utils.h @@ -2,8 +2,8 @@ // Use of this source code is governed by an apache-2.0 license that can be // found in the LICENSE file. -#ifndef SMOKE_TESTS_TPK_SMOKE_UTILS_H_ -#define SMOKE_TESTS_TPK_SMOKE_UTILS_H_ +#ifndef TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_ +#define TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_ #include #include @@ -194,4 +194,4 @@ class TpkInstallerWithoutPasrserPlugins : public tpk::TpkInstaller { } // namespace smoke_test -#endif // SMOKE_TESTS_TPK_SMOKE_UTILS_H_ +#endif // TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_