From: Wolfgang Bangerth Date: Sat, 29 Jun 2013 02:19:34 +0000 (+0000) Subject: Indent one line. X-Git-Tag: v8.0.0~215 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601bb4bce8e312d70bc27ee9cd6c1dab377bf396;p=dealii.git Indent one line. git-svn-id: https://svn.dealii.org/trunk@29903 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); } }