From: danshapero Date: Tue, 20 Sep 2016 02:56:15 +0000 (-0700) Subject: Indentation X-Git-Tag: v8.5.0-rc1~653^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c3fe224da98dc01a48649ab9414bc4a7f95c4e;p=dealii.git Indentation --- diff --git a/source/grid/tria.cc b/source/grid/tria.cc index a98dfad2ab..cd56e26da7 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -9018,7 +9018,7 @@ Triangulation (Triangulation &&tria) template -Triangulation& +Triangulation & Triangulation::operator= (Triangulation &&tria) { Subscriptor::operator=(std::move(tria));