From b16c39fad14461b74616dbf96b2a992e154d248a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 28 Dec 2019 05:24:27 +0200 Subject: [PATCH] Detabify --- 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 071c262..305a354 100644 --- a/test/cmake_install_test/main.cpp +++ b/test/cmake_install_test/main.cpp @@ -6,6 +6,6 @@ int main() { - int x = 5; - BOOST_ASSERT( x > 4 ); + int x = 5; + BOOST_ASSERT( x > 4 ); } diff --git a/test/cmake_subdir_test/main.cpp b/test/cmake_subdir_test/main.cpp index 071c262..305a354 100644 --- a/test/cmake_subdir_test/main.cpp +++ b/test/cmake_subdir_test/main.cpp @@ -6,6 +6,6 @@ int main() { - int x = 5; - BOOST_ASSERT( x > 4 ); + int x = 5; + BOOST_ASSERT( x > 4 ); }