From d0d43e51c68704552c009a6492581fbba8ebd532 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 17 Jun 2014 11:10:26 +0000 Subject: [PATCH] Unify the use of spaces before () in one place. git-svn-id: https://svn.dealii.org/trunk@33053 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-3/step-3.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-3/step-3.cc b/deal.II/examples/step-3/step-3.cc index fc7496b1b1..1f861e58d3 100644 --- a/deal.II/examples/step-3/step-3.cc +++ b/deal.II/examples/step-3/step-3.cc @@ -1,7 +1,7 @@ /* --------------------------------------------------------------------- * $Id$ * - * Copyright (C) 1999 - 2013 by the deal.II authors + * Copyright (C) 1999 - 2014 by the deal.II authors * * This file is part of the deal.II library. * @@ -570,7 +570,7 @@ void Step3::output_results () const void Step3::run () { make_grid (); - setup_system(); + setup_system (); assemble_system (); solve (); output_results (); -- 2.39.5