Fixed a whitespace problem.

This commit is contained in:
Aaron Jacobs 2011-05-25 00:39:17 +00:00
parent f40c880585
commit 1d648f089a

View File

@ -45,7 +45,7 @@ struct ValueTest : JsonTest::TestCase
, smallUnsignedInteger_( Json::Value::UInt( Json::Value::maxInt ) )
, unsignedInteger_( 34567890u )
, real_( 1234.56789 )
, float_( 0.00390625f )
, float_( 0.00390625f )
, emptyString_( "" )
, string1_( "a" )
, string_( "sometext with space" )