mirror of
https://github.com/clearlinux/folly.git
synced 2026-04-28 10:23:36 +00:00
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:
committed by
Pavlo Kushnir
parent
a082ba9871
commit
d9b08663d8
1
.gitignore
vendored
1
.gitignore
vendored
@@ -30,4 +30,3 @@ folly/FormatTables.cpp
|
||||
folly/EscapeTables.cpp
|
||||
folly/GroupVarintTables.cpp
|
||||
folly/FingerprintTables.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user