From: Fahad Alrashed Date: Sun, 9 Nov 2014 17:36:12 +0000 (-0600) Subject: Fixed indentation X-Git-Tag: v8.2.0-rc1~75^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9955b01ee00b7135d7251ad537277a40a7912bb;p=dealii.git Fixed indentation --- diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index 924b6269af..38bcd79db3 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -514,8 +514,8 @@ public: void write_tex (std::ostream &file, const bool with_header=true) const; /** - * Clears the rows of the table, - * i.e. calls clear() on all the + * Clears the rows of the table, + * i.e. calls clear() on all the * underlying storage data structures. */ void clear ();