From: Wolfgang Bangerth Date: Sun, 22 Dec 2019 18:25:11 +0000 (-0700) Subject: Add a missing newline at the end of the file. X-Git-Tag: v9.2.0-rc1~769^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9183%2Fhead;p=dealii.git Add a missing newline at the end of the file. --- diff --git a/tests/fe/memory_consumption_01.cc b/tests/fe/memory_consumption_01.cc index e0a3a11ca3..0d9a916898 100644 --- a/tests/fe/memory_consumption_01.cc +++ b/tests/fe/memory_consumption_01.cc @@ -64,4 +64,4 @@ main() tests<3>(); deallog.pop(); } -} \ No newline at end of file +}