From be8bd76130e7e2178d69cddb33f1b77a71407db7 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 18 Jul 2018 17:51:00 -0700 Subject: [PATCH] Indent --- source/base/data_out_base.cc | 2 +- tests/data_out/data_out_filter_02.cc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index ebb4f197cb..1a71fe52d4 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -7600,7 +7600,7 @@ DataOutBase::write_filtered_data( Assert(patches.size() > 0, ExcNoPatches()); #else if (patches.size() == 0) - return; + return; #endif compute_sizes(patches, n_node, n_cell); diff --git a/tests/data_out/data_out_filter_02.cc b/tests/data_out/data_out_filter_02.cc index b48aaf00c0..9e8889170d 100644 --- a/tests/data_out/data_out_filter_02.cc +++ b/tests/data_out/data_out_filter_02.cc @@ -13,7 +13,8 @@ // // --------------------------------------------------------------------- -// This test checks that writing empty vectors does not access unallocated memory. +// This test checks that writing empty vectors does not access unallocated +// memory. #include -- 2.39.5