From 79bbf860f6c5fcb7c6b9342bfc9f1659d24c0372 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 29 Aug 2016 14:18:53 +0100 Subject: [PATCH] Tabs to spaces --- src/intrusive_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intrusive_list.h b/src/intrusive_list.h index c4050db9..005c1511 100644 --- a/src/intrusive_list.h +++ b/src/intrusive_list.h @@ -341,7 +341,7 @@ namespace etl const value_type* p_value; }; - typedef typename std::iterator_traits::difference_type difference_type; + typedef typename std::iterator_traits::difference_type difference_type; //************************************************************************* /// Constructor.