From 0a775cf1c5792322aa70ae4b32f78a3079471771 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 29 Dec 2019 18:47:06 +0200 Subject: [PATCH] Untabify --- test/cmake_install_test/main.cpp | 4 ++-- test/cmake_subdir_test/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/cmake_install_test/main.cpp b/test/cmake_install_test/main.cpp index 0ec36a8..c2df7eb 100644 --- a/test/cmake_install_test/main.cpp +++ b/test/cmake_install_test/main.cpp @@ -2,6 +2,6 @@ int main() { - int const x = 5; - BOOST_STATIC_ASSERT( x > 4 ); + int const x = 5; + BOOST_STATIC_ASSERT( x > 4 ); } diff --git a/test/cmake_subdir_test/main.cpp b/test/cmake_subdir_test/main.cpp index 0ec36a8..c2df7eb 100644 --- a/test/cmake_subdir_test/main.cpp +++ b/test/cmake_subdir_test/main.cpp @@ -2,6 +2,6 @@ int main() { - int const x = 5; - BOOST_STATIC_ASSERT( x > 4 ); + int const x = 5; + BOOST_STATIC_ASSERT( x > 4 ); }