From 058c51aa715c44c79f3fc3425951cb13297b8297 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 22 Dec 2019 11:25:11 -0700 Subject: [PATCH] Add a missing newline at the end of the file. --- tests/fe/memory_consumption_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.39.5