From: Rene Gassmoeller Date: Thu, 19 Jul 2018 00:51:00 +0000 (-0700) Subject: Indent X-Git-Tag: v9.1.0-rc1~907^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6929%2Fhead;p=dealii.git Indent --- 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