Skip to content

Commit 77cd838

Browse files
committed
1 parent 09439b7 commit 77cd838

File tree

11 files changed

+11
-2
lines changed

11 files changed

+11
-2
lines changed

src/jsontestrunner/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ int main( int argc, const char *argv[] )
298298

299299
return exitCode;
300300
}
301+
// vim: et ts=4 sts=4 sw=4 tw=0

src/lib_json/json_batchallocator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ class BatchAllocator
125125
# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION
126126

127127
#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED
128+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_internalarray.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,3 +452,4 @@ ValueInternalArray::compare( const ValueInternalArray &other ) const
452452
}
453453

454454
} // namespace Json
455+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_internalmap.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,3 +613,4 @@ ValueInternalMap::distance( const IteratorState &x, const IteratorState &y )
613613
}
614614

615615
} // namespace Json
616+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_reader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,3 +932,4 @@ std::istream& operator>>( std::istream &sin, Value &root )
932932

933933

934934
} // namespace Json
935+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_value.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// vim: ts=3 sts=3 sw=3 tw=0
21
// Copyright 2011 Baptiste Lepilleur
32
// Distributed under MIT license, or public domain if desired and
43
// recognized in your jurisdiction.
@@ -1922,3 +1921,4 @@ Path::make( Value &root ) const
19221921

19231922

19241923
} // namespace Json
1924+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_valueiterator.inl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,4 @@ ValueIterator::operator =( const SelfType &other )
298298
}
299299

300300
} // namespace Json
301+
// vim: et ts=3 sts=3 sw=3 tw=0

src/lib_json/json_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,3 +839,4 @@ std::ostream& operator<<( std::ostream &sout, const Value &root )
839839

840840

841841
} // namespace Json
842+
// vim: et ts=3 sts=3 sw=3 tw=0

src/test_lib_json/jsontest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,4 @@ checkStringEqual( TestResult &result,
575575

576576

577577
} // namespace JsonTest
578+
// vim: et ts=4 sts=4 sw=4 tw=0

src/test_lib_json/jsontest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,4 @@ namespace JsonTest {
270270
(runner).add( JSONTEST_FIXTURE_FACTORY( FixtureType, name ) )
271271

272272
#endif // ifndef JSONTEST_H_INCLUDED
273+
// vim: et ts=4 sts=4 sw=4 tw=0

src/test_lib_json/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// vim: ts=4 sts=4 sw=4 tw=0
21
// Copyright 2007-2010 Baptiste Lepilleur
32
// Distributed under MIT license, or public domain if desired and
43
// recognized in your jurisdiction.
@@ -1516,3 +1515,4 @@ int main( int argc, const char *argv[] )
15161515
JSONTEST_REGISTER_FIXTURE( runner, WriterTest, dropNullPlaceholders );
15171516
return runner.runCommandLine( argc, argv );
15181517
}
1518+
// vim: et ts=4 sts=4 sw=4 tw=0

0 commit comments

Comments
 (0)