From b985efaac1b9fbdd308284e6f756aa11e7861225 Mon Sep 17 00:00:00 2001 From: Lars Rasmusson Date: Sat, 14 Jan 2012 12:14:36 +0100 Subject: Replace tabs with four spaces to comply with coding standard in doc/coding.txt --- src/json/json_spirit_reader_template.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/json/json_spirit_reader_template.h') diff --git a/src/json/json_spirit_reader_template.h b/src/json/json_spirit_reader_template.h index 4dec00e6c9..12d1e7919f 100644 --- a/src/json/json_spirit_reader_template.h +++ b/src/json/json_spirit_reader_template.h @@ -380,32 +380,32 @@ namespace json_spirit static void throw_not_value( Iter_type begin, Iter_type end ) { - throw_error( begin, "not a value" ); + throw_error( begin, "not a value" ); } static void throw_not_array( Iter_type begin, Iter_type end ) { - throw_error( begin, "not an array" ); + throw_error( begin, "not an array" ); } static void throw_not_object( Iter_type begin, Iter_type end ) { - throw_error( begin, "not an object" ); + throw_error( begin, "not an object" ); } static void throw_not_pair( Iter_type begin, Iter_type end ) { - throw_error( begin, "not a pair" ); + throw_error( begin, "not a pair" ); } static void throw_not_colon( Iter_type begin, Iter_type end ) { - throw_error( begin, "no colon in pair" ); + throw_error( begin, "no colon in pair" ); } static void throw_not_string( Iter_type begin, Iter_type end ) { - throw_error( begin, "not a string" ); + throw_error( begin, "not a string" ); } template< typename ScannerT > -- cgit v1.2.3