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: unit tests

Reviewed By: robbert@fb.com

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

FB internal diff: D1644130

Tasks: 5486739

Signature: t1:1644130:1414715392:b6c783851aa030ad1148f84a98139a5dca207da0
This commit is contained in:
Nicholas Ormrod
2014-10-31 10:48:19 -07:00
committed by Pavlo Kushnir
parent a082ba9871
commit d9b08663d8

1
.gitignore vendored
View File

@@ -30,4 +30,3 @@ folly/FormatTables.cpp
folly/EscapeTables.cpp
folly/GroupVarintTables.cpp
folly/FingerprintTables.cpp