From 601bb4bce8e312d70bc27ee9cd6c1dab377bf396 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 29 Jun 2013 02:19:34 +0000 Subject: [PATCH] Indent one line. git-svn-id: https://svn.dealii.org/trunk@29903 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/base/multithread_info.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/source/base/multithread_info.cc b/deal.II/source/base/multithread_info.cc index f871f7bf47..e5b42f056d 100644 --- a/deal.II/source/base/multithread_info.cc +++ b/deal.II/source/base/multithread_info.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -111,7 +111,7 @@ void MultithreadInfo::set_thread_limit(const unsigned int max_threads) n_max_threads = tbb::task_scheduler_init::default_num_threads(); else { - static tbb::task_scheduler_init dummy (n_max_threads); + static tbb::task_scheduler_init dummy (n_max_threads); } } -- 2.39.5