Fix folly lint errors
authorNicholas Ormrod <njormrod@fb.com>
Fri, 31 Oct 2014 17:48:19 +0000 (10:48 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:16:33 +0000 (18:16 -0800)
commitff878dc12e3f7d7234f21b0b4b3251595c031b4c
treec0d0cd56d970ee44a0e3ea10a4bfc8bc851cf7a5
parentaaf30bd67128e34c42939a7fd4a5e53724e6289a
Fix folly lint errors

Summary:
Fix EOF whitespace
for file in `find folly -type f` ; do if [ -z "`tail -n1 $file`" ] ; then sed -i '$d' $file ; fi ; done

Test Plan: run unit tests

Reviewed By: robbert@fb.com

Subscribers: trunkagent, sdwilsh, njormrod, folly-diffs@

FB internal diff: D1644130

Tasks: 5486739

Signature: t1:1644130:1414715392:b6c783851aa030ad1148f84a98139a5dca207da0
22 files changed:
folly/CpuId.h
folly/DynamicConverter.h
folly/Fingerprint.h
folly/Malloc.cpp
folly/PackedSyncPtr.h
folly/Padded.h
folly/detail/BitIteratorDetail.h
folly/detail/SlowFingerprint.h
folly/docs/DynamicConverter.md
folly/docs/FBVector.md
folly/docs/Format.md
folly/docs/ThreadLocal.md
folly/experimental/exception_tracer/README
folly/experimental/io/FsUtil.h
folly/experimental/symbolizer/Dwarf.cpp
folly/experimental/symbolizer/Dwarf.h
folly/experimental/symbolizer/Elf.h
folly/experimental/symbolizer/test/SignalHandlerTest.h
folly/experimental/symbolizer/test/StackTraceTest.cpp
folly/test/FBVectorTestBenchmarks.cpp.h
folly/test/LazyTest.cpp
folly/test/stl_tests/StlVectorTest.cpp