From 37f74732f70d9dd4300e7568b118ffde54588b44 Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Thu, 27 Aug 2020 09:24:34 +0900 Subject: [PATCH] Fix coding rule Change-Id: I2a6f242f23c94ce3a23b2aa4cf66a4619961ea53 Signed-off-by: Junghyun Yeon --- test/smoke_tests/wgt_smoke_utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/smoke_tests/wgt_smoke_utils.h b/test/smoke_tests/wgt_smoke_utils.h index 9ac3fc0..6b223e2 100644 --- a/test/smoke_tests/wgt_smoke_utils.h +++ b/test/smoke_tests/wgt_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_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 #include @@ -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_ -- 2.7.4