From a9955b01ee00b7135d7251ad537277a40a7912bb Mon Sep 17 00:00:00 2001 From: Fahad Alrashed Date: Sun, 9 Nov 2014 11:36:12 -0600 Subject: [PATCH] Fixed indentation --- include/deal.II/base/table_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (); -- 2.39.5