Fix coding rule 26/242426/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 27 Aug 2020 00:24:34 +0000 (09:24 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 28 Aug 2020 09:44:45 +0000 (09:44 +0000)
Change-Id: I2a6f242f23c94ce3a23b2aa4cf66a4619961ea53
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
test/smoke_tests/wgt_smoke_utils.h

index 9ac3fc0ddad62534b13aec75f2fe1adde0024f4f..6b223e2caa16339905aa04d905f8d8db68cedee1 100644 (file)
@@ -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_WGT_SMOKE_UTILS_H_
-#define SMOKE_TESTS_WGT_SMOKE_UTILS_H_
+#ifndef TEST_SMOKE_TESTS_WGT_SMOKE_UTILS_H_
+#define TEST_SMOKE_TESTS_WGT_SMOKE_UTILS_H_
 
 #include <common/installer/app_installer.h>
 #include <common/pkgmgr_interface.h>
@@ -291,4 +291,4 @@ class HybridInstallerWithoutPasrserPlugins : public hybrid::HybridInstaller {
 }  // namespace smoke_test
 
 
-#endif  // SMOKE_TESTS_WGT_SMOKE_UTILS_H_
+#endif  // TEST_SMOKE_TESTS_WGT_SMOKE_UTILS_H_