From 546bd3f5f2ed1fdf3a0f5c2b6737a20c4bc2f561 Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Wed, 17 Sep 2014 13:21:40 -0700 Subject: [PATCH] remove eof whitespace lines Summary: Remove lint errors from folly: trailing newlines find folly | xargs arc lint | grep -B3 EOF | grep ">>>" | egrep -o "folly[^:]*" | xargs -n1 sed -i '$d' folly/experimental/io/test/AsyncIOTest.cpp had two trailing newlines, the second was removed by hand @override-unit-failures Test Plan: fbconfig -r folly && fbmake runtests Pretty overkill for a whitespace diff, but why not. Reviewed By: robbert@fb.com Subscribers: sdwilsh, fugalh, njormrod FB internal diff: D1561213 --- folly/AtomicBitSet.h | 1 - folly/Chrono.h | 1 - folly/DiscriminatedPtr.h | 1 - folly/Exception.h | 1 - folly/FileUtil.cpp | 1 - folly/FormatArg.h | 1 - folly/GroupVarint.h | 1 - folly/Likely.h | 1 - folly/MPMCPipeline.h | 1 - folly/MapUtil.h | 1 - folly/SafeAssert.cpp | 1 - folly/SafeAssert.h | 1 - folly/Subprocess.h | 1 - folly/ThreadCachedArena.cpp | 1 - folly/ThreadCachedArena.h | 1 - folly/TimeoutQueue.cpp | 1 - folly/TimeoutQueue.h | 1 - folly/Unicode.cpp | 1 - folly/Uri-inl.h | 1 - folly/Varint.h | 1 - folly/detail/BitsDetail.h | 1 - folly/detail/CacheLocality.h | 1 - folly/detail/DiscriminatedPtrDetail.h | 1 - folly/detail/FileUtilDetail.h | 1 - folly/detail/FingerprintPolynomial.h | 1 - folly/detail/GroupVarintDetail.h | 1 - folly/detail/MPMCPipelineDetail.h | 1 - folly/dynamic.cpp | 1 - folly/experimental/Bits.h | 1 - folly/experimental/EventCount.h | 1 - folly/experimental/TestUtil.h | 1 - folly/experimental/exception_tracer/ExceptionAbi.h | 1 - folly/experimental/exception_tracer/ExceptionTracer.h | 1 - .../experimental/exception_tracer/ExceptionTracerBenchmark.cpp | 1 - folly/experimental/exception_tracer/ExceptionTracerTest.cpp | 1 - folly/experimental/exception_tracer/StackTrace.cpp | 1 - folly/experimental/exception_tracer/StackTrace.h | 1 - folly/experimental/io/AsyncIO.cpp | 1 - folly/experimental/io/AsyncIO.h | 1 - folly/experimental/io/FsUtil.cpp | 1 - folly/experimental/io/HugePageUtil.cpp | 1 - folly/experimental/io/HugePages.h | 1 - folly/experimental/io/test/AsyncIOTest.cpp | 2 -- folly/experimental/io/test/FsUtilTest.cpp | 1 - folly/experimental/symbolizer/Elf-inl.h | 1 - folly/experimental/symbolizer/Elf.cpp | 1 - folly/experimental/symbolizer/ElfCache.cpp | 1 - folly/experimental/symbolizer/ElfCache.h | 1 - folly/experimental/symbolizer/LineReader.cpp | 1 - folly/experimental/symbolizer/LineReader.h | 1 - folly/experimental/symbolizer/SignalHandler.h | 1 - folly/experimental/symbolizer/StackTrace.h | 1 - folly/experimental/symbolizer/test/LineReaderTest.cpp | 1 - folly/experimental/test/BitsTest.cpp | 1 - folly/experimental/test/TestUtilTest.cpp | 1 - folly/io/Compression.cpp | 1 - folly/io/Compression.h | 1 - folly/io/RecordIO-inl.h | 1 - folly/io/RecordIO.h | 1 - folly/io/TypedIOBuf.h | 1 - folly/io/test/CompressionTest.cpp | 1 - folly/sorted_vector_types.h | 1 - folly/test/AtomicBitSetTest.cpp | 1 - folly/test/CpuIdTest.cpp | 1 - folly/test/DynamicConverterTest.cpp | 1 - folly/test/DynamicTest.cpp | 1 - folly/test/ExceptionTest.cpp | 1 - folly/test/FileTest.cpp | 1 - folly/test/FingerprintTest.cpp | 1 - folly/test/FormatTest.cpp | 1 - folly/test/FutexTest.cpp | 1 - folly/test/MPMCPipelineTest.cpp | 1 - folly/test/PaddedTest.cpp | 1 - folly/test/PortabilityTest.cpp | 1 - folly/test/SafeAssertTest.cpp | 1 - folly/test/SubprocessTestParentDeathHelper.cpp | 1 - folly/test/ThreadCachedArenaTest.cpp | 1 - folly/test/TimeoutQueueTest.cpp | 1 - folly/test/TimeseriesHistogramTest.cpp | 1 - folly/test/TraitsTest.cpp | 1 - folly/test/VarintTest.cpp | 1 - folly/wangle/InlineExecutor.cpp | 1 - 82 files changed, 83 deletions(-) diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index 4b030ca9..d0d8f804 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -160,4 +160,3 @@ inline bool AtomicBitSet::operator[](size_t idx) const { } // namespaces #endif /* FOLLY_ATOMICBITSET_H_ */ - diff --git a/folly/Chrono.h b/folly/Chrono.h index d78e7663..760c93b9 100644 --- a/folly/Chrono.h +++ b/folly/Chrono.h @@ -30,4 +30,3 @@ typedef monotonic_clock steady_clock; #endif #endif /* FOLLY_CHRONO_H_ */ - diff --git a/folly/DiscriminatedPtr.h b/folly/DiscriminatedPtr.h index 40821bb3..02cd1b2a 100644 --- a/folly/DiscriminatedPtr.h +++ b/folly/DiscriminatedPtr.h @@ -219,4 +219,3 @@ class DiscriminatedPtr { } // namespace folly #endif /* FOLLY_DISCRIMINATEDPTR_H_ */ - diff --git a/folly/Exception.h b/folly/Exception.h index b4f6da14..332799d1 100644 --- a/folly/Exception.h +++ b/folly/Exception.h @@ -126,4 +126,3 @@ void throwOnFail(V&& value, Args&&... args) { } // namespace folly #endif /* FOLLY_EXCEPTION_H_ */ - diff --git a/folly/FileUtil.cpp b/folly/FileUtil.cpp index fd82b278..a452644e 100644 --- a/folly/FileUtil.cpp +++ b/folly/FileUtil.cpp @@ -149,4 +149,3 @@ ssize_t pwritevFull(int fd, iovec* iov, int count, off_t offset) { #endif } // namespaces - diff --git a/folly/FormatArg.h b/folly/FormatArg.h index b6a00187..edd16a25 100644 --- a/folly/FormatArg.h +++ b/folly/FormatArg.h @@ -273,4 +273,3 @@ inline int FormatArg::splitIntKey() { } // namespace folly #endif /* FOLLY_FORMATARG_H_ */ - diff --git a/folly/GroupVarint.h b/folly/GroupVarint.h index 1115f550..0bdf3697 100644 --- a/folly/GroupVarint.h +++ b/folly/GroupVarint.h @@ -611,4 +611,3 @@ typedef GroupVarintDecoder GroupVarint64Decoder; #endif /* FOLLY_X64 || defined(__i386__) */ #endif /* FOLLY_GROUPVARINT_H_ */ - diff --git a/folly/Likely.h b/folly/Likely.h index 86148295..9dbaec85 100644 --- a/folly/Likely.h +++ b/folly/Likely.h @@ -36,4 +36,3 @@ #endif #endif /* FOLLY_BASE_LIKELY_H_ */ - diff --git a/folly/MPMCPipeline.h b/folly/MPMCPipeline.h index 63e686d8..466b180f 100644 --- a/folly/MPMCPipeline.h +++ b/folly/MPMCPipeline.h @@ -282,4 +282,3 @@ template class MPMCPipeline { } // namespaces - diff --git a/folly/MapUtil.h b/folly/MapUtil.h index fda6f3d7..227a1297 100644 --- a/folly/MapUtil.h +++ b/folly/MapUtil.h @@ -69,4 +69,3 @@ typename Map::mapped_type* get_ptr( } // namespace folly #endif /* FOLLY_MAPUTIL_H_ */ - diff --git a/folly/SafeAssert.cpp b/folly/SafeAssert.cpp index 7d0b4208..927d93b5 100644 --- a/folly/SafeAssert.cpp +++ b/folly/SafeAssert.cpp @@ -47,4 +47,3 @@ void assertionFailure(const char* expr, const char* msg, const char* file, } }} // namespaces - diff --git a/folly/SafeAssert.h b/folly/SafeAssert.h index 81a8ccdd..16203e84 100644 --- a/folly/SafeAssert.h +++ b/folly/SafeAssert.h @@ -50,4 +50,3 @@ FOLLY_NORETURN void assertionFailure(const char* expr, const char* msg, }} // namespace folly #endif /* FOLLY_SAFEASSERT_H_ */ - diff --git a/folly/Subprocess.h b/folly/Subprocess.h index a0a5854f..65842c87 100644 --- a/folly/Subprocess.h +++ b/folly/Subprocess.h @@ -666,4 +666,3 @@ inline Subprocess::Options& Subprocess::Options::operator|=( } // namespace folly #endif /* FOLLY_SUBPROCESS_H_ */ - diff --git a/folly/ThreadCachedArena.cpp b/folly/ThreadCachedArena.cpp index bcc2ff8e..a13acadb 100644 --- a/folly/ThreadCachedArena.cpp +++ b/folly/ThreadCachedArena.cpp @@ -41,4 +41,3 @@ void ThreadCachedArena::zombify(SysArena&& arena) { } } // namespace folly - diff --git a/folly/ThreadCachedArena.h b/folly/ThreadCachedArena.h index bb48478e..2a5dbc30 100644 --- a/folly/ThreadCachedArena.h +++ b/folly/ThreadCachedArena.h @@ -83,4 +83,3 @@ struct IsArenaAllocator : std::true_type { }; } // namespace folly #endif /* FOLLY_THREADCACHEDARENA_H_ */ - diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index 0a840d88..f81cabf8 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) { } } // namespace folly - diff --git a/folly/TimeoutQueue.h b/folly/TimeoutQueue.h index 3c83c30f..b6ab638c 100644 --- a/folly/TimeoutQueue.h +++ b/folly/TimeoutQueue.h @@ -129,4 +129,3 @@ class TimeoutQueue { } // namespace folly #endif /* FOLLY_TIMEOUTQUEUE_H_ */ - diff --git a/folly/Unicode.cpp b/folly/Unicode.cpp index 5e4c1a64..3285c00b 100644 --- a/folly/Unicode.cpp +++ b/folly/Unicode.cpp @@ -51,4 +51,3 @@ fbstring codePointToUtf8(char32_t cp) { ////////////////////////////////////////////////////////////////////// } - diff --git a/folly/Uri-inl.h b/folly/Uri-inl.h index 629fc07a..42f9814b 100644 --- a/folly/Uri-inl.h +++ b/folly/Uri-inl.h @@ -46,4 +46,3 @@ String Uri::toString() const { } } // namespace folly - diff --git a/folly/Varint.h b/folly/Varint.h index 9bc7c49a..7ce9d301 100644 --- a/folly/Varint.h +++ b/folly/Varint.h @@ -126,4 +126,3 @@ inline uint64_t decodeVarint(ByteRange& data) { } // namespaces #endif /* FOLLY_VARINT_H_ */ - diff --git a/folly/detail/BitsDetail.h b/folly/detail/BitsDetail.h index db713061..18e342b3 100644 --- a/folly/detail/BitsDetail.h +++ b/folly/detail/BitsDetail.h @@ -51,4 +51,3 @@ int popcountll(unsigned long long x); } // namespace folly #endif /* FOLLY_DETAIL_BITSDETAIL_H_ */ - diff --git a/folly/detail/CacheLocality.h b/folly/detail/CacheLocality.h index 37f6e960..efb4c298 100644 --- a/folly/detail/CacheLocality.h +++ b/folly/detail/CacheLocality.h @@ -363,4 +363,3 @@ struct AccessSpreaderArray { } } #endif /* FOLLY_DETAIL_CacheLocality_H_ */ - diff --git a/folly/detail/DiscriminatedPtrDetail.h b/folly/detail/DiscriminatedPtrDetail.h index f510a67c..2113d106 100644 --- a/folly/detail/DiscriminatedPtrDetail.h +++ b/folly/detail/DiscriminatedPtrDetail.h @@ -162,4 +162,3 @@ struct ApplyConstVisitor } // namespace folly #endif /* FOLLY_DETAIL_DISCRIMINATEDPTRDETAIL_H_ */ - diff --git a/folly/detail/FileUtilDetail.h b/folly/detail/FileUtilDetail.h index 5d3d8649..af2b56e9 100644 --- a/folly/detail/FileUtilDetail.h +++ b/folly/detail/FileUtilDetail.h @@ -109,4 +109,3 @@ ssize_t wrapvFull(F f, int fd, iovec* iov, int count, Offset... offset) { }} // namespaces #endif /* FOLLY_DETAIL_FILEUTILDETAIL_H_ */ - diff --git a/folly/detail/FingerprintPolynomial.h b/folly/detail/FingerprintPolynomial.h index a83143b8..d5079023 100644 --- a/folly/detail/FingerprintPolynomial.h +++ b/folly/detail/FingerprintPolynomial.h @@ -143,4 +143,3 @@ class FingerprintPolynomial { } // namespace folly #endif /* FOLLY_BUILD_FINGERPRINTPOLYNOMIAL_H_ */ - diff --git a/folly/detail/GroupVarintDetail.h b/folly/detail/GroupVarintDetail.h index bbd337ab..a059d424 100644 --- a/folly/detail/GroupVarintDetail.h +++ b/folly/detail/GroupVarintDetail.h @@ -101,4 +101,3 @@ class GroupVarintBase { } // namespace folly #endif /* FOLLY_DETAIL_GROUPVARINTDETAIL_H_ */ - diff --git a/folly/detail/MPMCPipelineDetail.h b/folly/detail/MPMCPipelineDetail.h index d2f9e372..84312b33 100644 --- a/folly/detail/MPMCPipelineDetail.h +++ b/folly/detail/MPMCPipelineDetail.h @@ -123,4 +123,3 @@ struct AmplificationProduct> { }; }} // namespaces - diff --git a/folly/dynamic.cpp b/folly/dynamic.cpp index 825cb775..768e1a90 100644 --- a/folly/dynamic.cpp +++ b/folly/dynamic.cpp @@ -41,4 +41,3 @@ const char* dynamic::typeName() const { ////////////////////////////////////////////////////////////////////// } - diff --git a/folly/experimental/Bits.h b/folly/experimental/Bits.h index e0376a5b..0601513f 100644 --- a/folly/experimental/Bits.h +++ b/folly/experimental/Bits.h @@ -307,4 +307,3 @@ inline size_t Bits::count(const T* begin, const T* end) { } // namespace folly #endif /* FOLLY_EXPERIMENTAL_BITS_H_ */ - diff --git a/folly/experimental/EventCount.h b/folly/experimental/EventCount.h index df6722ea..974ec6dc 100644 --- a/folly/experimental/EventCount.h +++ b/folly/experimental/EventCount.h @@ -212,4 +212,3 @@ void EventCount::await(Condition condition) { } // namespace folly #endif /* FOLLY_EXPERIMENTAL_EVENTCOUNT_H_ */ - diff --git a/folly/experimental/TestUtil.h b/folly/experimental/TestUtil.h index 1b5eb660..1b518fde 100644 --- a/folly/experimental/TestUtil.h +++ b/folly/experimental/TestUtil.h @@ -92,4 +92,3 @@ class TemporaryDirectory { } // namespace folly #endif /* FOLLY_TESTUTIL_H_ */ - diff --git a/folly/experimental/exception_tracer/ExceptionAbi.h b/folly/experimental/exception_tracer/ExceptionAbi.h index 40fe54e8..b896d1cd 100644 --- a/folly/experimental/exception_tracer/ExceptionAbi.h +++ b/folly/experimental/exception_tracer/ExceptionAbi.h @@ -58,4 +58,3 @@ __cxa_eh_globals* __cxa_get_globals_fast(void) noexcept; } // namespace __cxxabiv1 #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONABI_H_ */ - diff --git a/folly/experimental/exception_tracer/ExceptionTracer.h b/folly/experimental/exception_tracer/ExceptionTracer.h index 69f0d73f..9f443113 100644 --- a/folly/experimental/exception_tracer/ExceptionTracer.h +++ b/folly/experimental/exception_tracer/ExceptionTracer.h @@ -53,4 +53,3 @@ void installHandlers(); } // namespace folly #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_ */ - diff --git a/folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp b/folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp index c04a3e5c..7f034c30 100644 --- a/folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp +++ b/folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp @@ -60,4 +60,3 @@ int main(int argc, char* argv[]) { folly::runBenchmarks(); return 0; } - diff --git a/folly/experimental/exception_tracer/ExceptionTracerTest.cpp b/folly/experimental/exception_tracer/ExceptionTracerTest.cpp index 043ddb8d..0d422eac 100644 --- a/folly/experimental/exception_tracer/ExceptionTracerTest.cpp +++ b/folly/experimental/exception_tracer/ExceptionTracerTest.cpp @@ -96,4 +96,3 @@ int main(int argc, char *argv[]) { baz(); return 0; } - diff --git a/folly/experimental/exception_tracer/StackTrace.cpp b/folly/experimental/exception_tracer/StackTrace.cpp index 59393b09..a02104fe 100644 --- a/folly/experimental/exception_tracer/StackTrace.cpp +++ b/folly/experimental/exception_tracer/StackTrace.cpp @@ -108,4 +108,3 @@ StackTrace* StackTraceStack::next(StackTrace* p) { } }} // namespaces - diff --git a/folly/experimental/exception_tracer/StackTrace.h b/folly/experimental/exception_tracer/StackTrace.h index 9fe21165..0b5f4ad4 100644 --- a/folly/experimental/exception_tracer/StackTrace.h +++ b/folly/experimental/exception_tracer/StackTrace.h @@ -100,4 +100,3 @@ class StackTraceStack { }} // namespaces #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_STACKTRACE_H_ */ - diff --git a/folly/experimental/io/AsyncIO.cpp b/folly/experimental/io/AsyncIO.cpp index 766da907..b255b35c 100644 --- a/folly/experimental/io/AsyncIO.cpp +++ b/folly/experimental/io/AsyncIO.cpp @@ -379,4 +379,3 @@ std::ostream& operator<<(std::ostream& os, AsyncIOOp::State state) { } } // namespace folly - diff --git a/folly/experimental/io/AsyncIO.h b/folly/experimental/io/AsyncIO.h index ae1f4531..bd00d196 100644 --- a/folly/experimental/io/AsyncIO.h +++ b/folly/experimental/io/AsyncIO.h @@ -253,4 +253,3 @@ class AsyncIOQueue { } // namespace folly #endif /* FOLLY_IO_ASYNCIO_H_ */ - diff --git a/folly/experimental/io/FsUtil.cpp b/folly/experimental/io/FsUtil.cpp index a0dfd892..e243c351 100644 --- a/folly/experimental/io/FsUtil.cpp +++ b/folly/experimental/io/FsUtil.cpp @@ -68,4 +68,3 @@ path canonical_parent(const path& pth, const path& base) { } // namespace fs } // namespace folly - diff --git a/folly/experimental/io/HugePageUtil.cpp b/folly/experimental/io/HugePageUtil.cpp index 0dccb8ac..cc601b9b 100644 --- a/folly/experimental/io/HugePageUtil.cpp +++ b/folly/experimental/io/HugePageUtil.cpp @@ -84,4 +84,3 @@ int main(int argc, char *argv[]) { } return 0; } - diff --git a/folly/experimental/io/HugePages.h b/folly/experimental/io/HugePages.h index ee5605a7..3e5a7b59 100644 --- a/folly/experimental/io/HugePages.h +++ b/folly/experimental/io/HugePages.h @@ -81,4 +81,3 @@ const HugePageSize* getHugePageSizeForDevice(dev_t device); } // namespace folly #endif /* FOLLY_IO_HUGEPAGES_H_ */ - diff --git a/folly/experimental/io/test/AsyncIOTest.cpp b/folly/experimental/io/test/AsyncIOTest.cpp index dabb250a..c21691f6 100644 --- a/folly/experimental/io/test/AsyncIOTest.cpp +++ b/folly/experimental/io/test/AsyncIOTest.cpp @@ -389,5 +389,3 @@ TEST(AsyncIO, NonBlockingWait) { EXPECT_EQ(size, res); EXPECT_EQ(aioReader.pending(), 0); } - - diff --git a/folly/experimental/io/test/FsUtilTest.cpp b/folly/experimental/io/test/FsUtilTest.cpp index 5760bfcb..0f8340f0 100644 --- a/folly/experimental/io/test/FsUtilTest.cpp +++ b/folly/experimental/io/test/FsUtilTest.cpp @@ -73,4 +73,3 @@ TEST(Simple, CanonicalizeParent) { expectPathEq(c, canonical_parent(c)); expectPathEq(c, canonical_parent(d)); } - diff --git a/folly/experimental/symbolizer/Elf-inl.h b/folly/experimental/symbolizer/Elf-inl.h index 51f90308..4cda4107 100644 --- a/folly/experimental/symbolizer/Elf-inl.h +++ b/folly/experimental/symbolizer/Elf-inl.h @@ -90,4 +90,3 @@ const ElfW(Sym)* ElfFile::iterateSymbolsWithType(const ElfW(Shdr)& section, } // namespace symbolizer } // namespace folly - diff --git a/folly/experimental/symbolizer/Elf.cpp b/folly/experimental/symbolizer/Elf.cpp index b4b76e13..6b32dc12 100644 --- a/folly/experimental/symbolizer/Elf.cpp +++ b/folly/experimental/symbolizer/Elf.cpp @@ -375,4 +375,3 @@ const char* ElfFile::getSymbolName(Symbol symbol) const { } // namespace symbolizer } // namespace folly - diff --git a/folly/experimental/symbolizer/ElfCache.cpp b/folly/experimental/symbolizer/ElfCache.cpp index 7aa067bd..d56f91ae 100644 --- a/folly/experimental/symbolizer/ElfCache.cpp +++ b/folly/experimental/symbolizer/ElfCache.cpp @@ -102,4 +102,3 @@ std::shared_ptr ElfCache::filePtr(const std::shared_ptr& e) { } }} // namespaces - diff --git a/folly/experimental/symbolizer/ElfCache.h b/folly/experimental/symbolizer/ElfCache.h index de3cd040..bb6a6a34 100644 --- a/folly/experimental/symbolizer/ElfCache.h +++ b/folly/experimental/symbolizer/ElfCache.h @@ -132,4 +132,3 @@ class ElfCache : public ElfCacheBase { }} // namespaces #endif /* FOLLY_SYMBOLIZER_ELFCACHE_H_ */ - diff --git a/folly/experimental/symbolizer/LineReader.cpp b/folly/experimental/symbolizer/LineReader.cpp index ee249a87..2b1845af 100644 --- a/folly/experimental/symbolizer/LineReader.cpp +++ b/folly/experimental/symbolizer/LineReader.cpp @@ -71,4 +71,3 @@ LineReader::State LineReader::readLine(StringPiece& line) { } }} // namespaces - diff --git a/folly/experimental/symbolizer/LineReader.h b/folly/experimental/symbolizer/LineReader.h index 1c1227dc..d5d76b45 100644 --- a/folly/experimental/symbolizer/LineReader.h +++ b/folly/experimental/symbolizer/LineReader.h @@ -88,4 +88,3 @@ class LineReader : private boost::noncopyable { }} // namespaces #endif /* FOLLY_SYMBOLIZER_LINEREADER_H_ */ - diff --git a/folly/experimental/symbolizer/SignalHandler.h b/folly/experimental/symbolizer/SignalHandler.h index 3832eb49..2b0ff17c 100644 --- a/folly/experimental/symbolizer/SignalHandler.h +++ b/folly/experimental/symbolizer/SignalHandler.h @@ -53,4 +53,3 @@ void installFatalSignalCallbacks(); }} // namespaces #endif /* FOLLY_SYMBOLIZER_SIGNALHANDLER_H_ */ - diff --git a/folly/experimental/symbolizer/StackTrace.h b/folly/experimental/symbolizer/StackTrace.h index ef7c3c0c..8e7ea710 100644 --- a/folly/experimental/symbolizer/StackTrace.h +++ b/folly/experimental/symbolizer/StackTrace.h @@ -47,4 +47,3 @@ ssize_t getStackTraceSafe(uintptr_t* addresses, size_t maxAddresses); }} // namespaces #endif /* FOLLY_SYMBOLIZER_STACKTRACE_H_ */ - diff --git a/folly/experimental/symbolizer/test/LineReaderTest.cpp b/folly/experimental/symbolizer/test/LineReaderTest.cpp index 1b58efe4..97bb846e 100644 --- a/folly/experimental/symbolizer/test/LineReaderTest.cpp +++ b/folly/experimental/symbolizer/test/LineReaderTest.cpp @@ -83,4 +83,3 @@ TEST(LineReader, Simple) { } }}} // namespaces - diff --git a/folly/experimental/test/BitsTest.cpp b/folly/experimental/test/BitsTest.cpp index ba4d0ab9..c0a68e31 100644 --- a/folly/experimental/test/BitsTest.cpp +++ b/folly/experimental/test/BitsTest.cpp @@ -313,4 +313,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/experimental/test/TestUtilTest.cpp b/folly/experimental/test/TestUtilTest.cpp index 4bf29526..c11dd329 100644 --- a/folly/experimental/test/TestUtilTest.cpp +++ b/folly/experimental/test/TestUtilTest.cpp @@ -105,4 +105,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/io/Compression.cpp b/folly/io/Compression.cpp index cbfaf68c..f52d2e78 100644 --- a/folly/io/Compression.cpp +++ b/folly/io/Compression.cpp @@ -963,4 +963,3 @@ std::unique_ptr getCodec(CodecType type, int level) { } }} // namespaces - diff --git a/folly/io/Compression.h b/folly/io/Compression.h index 3b2cbf4a..4fbd6519 100644 --- a/folly/io/Compression.h +++ b/folly/io/Compression.h @@ -168,4 +168,3 @@ std::unique_ptr getCodec(CodecType type, }} // namespaces #endif /* FOLLY_IO_COMPRESSION_H_ */ - diff --git a/folly/io/RecordIO-inl.h b/folly/io/RecordIO-inl.h index 8587ac69..e6344430 100644 --- a/folly/io/RecordIO-inl.h +++ b/folly/io/RecordIO-inl.h @@ -93,4 +93,3 @@ inline RecordInfo findRecord(ByteRange range, uint32_t fileId) { } // namespace recordio_helpers } // namespaces - diff --git a/folly/io/RecordIO.h b/folly/io/RecordIO.h index fe19f4ca..c4db45ec 100644 --- a/folly/io/RecordIO.h +++ b/folly/io/RecordIO.h @@ -178,4 +178,3 @@ RecordInfo validateRecord(ByteRange range, uint32_t fileId); #include #endif /* FOLLY_IO_RECORDIO_H_ */ - diff --git a/folly/io/TypedIOBuf.h b/folly/io/TypedIOBuf.h index 9ccb7bc5..9d174a09 100644 --- a/folly/io/TypedIOBuf.h +++ b/folly/io/TypedIOBuf.h @@ -216,4 +216,3 @@ class TypedIOBuf { } // namespace folly #endif /* FOLLY_IO_TYPEDIOBUF_H_ */ - diff --git a/folly/io/test/CompressionTest.cpp b/folly/io/test/CompressionTest.cpp index ea22fca2..51faa4e0 100644 --- a/folly/io/test/CompressionTest.cpp +++ b/folly/io/test/CompressionTest.cpp @@ -253,4 +253,3 @@ int main(int argc, char *argv[]) { } return ret; } - diff --git a/folly/sorted_vector_types.h b/folly/sorted_vector_types.h index ef451cb2..e59ef9b3 100644 --- a/folly/sorted_vector_types.h +++ b/folly/sorted_vector_types.h @@ -640,4 +640,3 @@ inline void swap(sorted_vector_map& a, } #endif - diff --git a/folly/test/AtomicBitSetTest.cpp b/folly/test/AtomicBitSetTest.cpp index 3a0a0efc..c7ee6572 100644 --- a/folly/test/AtomicBitSetTest.cpp +++ b/folly/test/AtomicBitSetTest.cpp @@ -59,4 +59,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/test/CpuIdTest.cpp b/folly/test/CpuIdTest.cpp index ed6bcd1e..e86ffac4 100644 --- a/folly/test/CpuIdTest.cpp +++ b/folly/test/CpuIdTest.cpp @@ -26,4 +26,3 @@ TEST(CpuId, Simple) { CpuId id; EXPECT_TRUE(id.mmx()); } - diff --git a/folly/test/DynamicConverterTest.cpp b/folly/test/DynamicConverterTest.cpp index 62417bb3..55c5ab65 100644 --- a/folly/test/DynamicConverterTest.cpp +++ b/folly/test/DynamicConverterTest.cpp @@ -369,4 +369,3 @@ int main(int argc, char ** argv) { } return RUN_ALL_TESTS(); } - diff --git a/folly/test/DynamicTest.cpp b/folly/test/DynamicTest.cpp index 6e1002cc..36afc07b 100644 --- a/folly/test/DynamicTest.cpp +++ b/folly/test/DynamicTest.cpp @@ -321,4 +321,3 @@ int main(int argc, char** argv) { } return RUN_ALL_TESTS(); } - diff --git a/folly/test/ExceptionTest.cpp b/folly/test/ExceptionTest.cpp index 5bf586ac..6fc0d397 100644 --- a/folly/test/ExceptionTest.cpp +++ b/folly/test/ExceptionTest.cpp @@ -94,4 +94,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/test/FileTest.cpp b/folly/test/FileTest.cpp index a7e70921..9a1d3af5 100644 --- a/folly/test/FileTest.cpp +++ b/folly/test/FileTest.cpp @@ -209,4 +209,3 @@ TEST(File, Locks) { testLock(SHARED, true); } } - diff --git a/folly/test/FingerprintTest.cpp b/folly/test/FingerprintTest.cpp index 42ebb3fc..15fd7beb 100644 --- a/folly/test/FingerprintTest.cpp +++ b/folly/test/FingerprintTest.cpp @@ -172,4 +172,3 @@ int main(int argc, char *argv[]) { } return ret; } - diff --git a/folly/test/FormatTest.cpp b/folly/test/FormatTest.cpp index a72be0a0..e67c5ece 100644 --- a/folly/test/FormatTest.cpp +++ b/folly/test/FormatTest.cpp @@ -446,4 +446,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index d920b1e7..ae23c655 100644 --- a/folly/test/FutexTest.cpp +++ b/folly/test/FutexTest.cpp @@ -188,4 +188,3 @@ int main(int argc, char ** argv) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/test/MPMCPipelineTest.cpp b/folly/test/MPMCPipelineTest.cpp index 6fd93be0..85647439 100644 --- a/folly/test/MPMCPipelineTest.cpp +++ b/folly/test/MPMCPipelineTest.cpp @@ -163,4 +163,3 @@ int main(int argc, char *argv[]) { gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } - diff --git a/folly/test/PaddedTest.cpp b/folly/test/PaddedTest.cpp index 98978265..324a91d4 100644 --- a/folly/test/PaddedTest.cpp +++ b/folly/test/PaddedTest.cpp @@ -239,4 +239,3 @@ TEST_F(IntAdaptorTest, ResizeConstructor) { EXPECT_EQ(42, a[i]); } } - diff --git a/folly/test/PortabilityTest.cpp b/folly/test/PortabilityTest.cpp index ca319c35..58f2f56a 100644 --- a/folly/test/PortabilityTest.cpp +++ b/folly/test/PortabilityTest.cpp @@ -42,4 +42,3 @@ TEST(Portability, Final) { EXPECT_EQ(3, fooBase(p.get())); EXPECT_EQ(3, fooDerived(p.get())); } - diff --git a/folly/test/SafeAssertTest.cpp b/folly/test/SafeAssertTest.cpp index db075411..9e9d4c78 100644 --- a/folly/test/SafeAssertTest.cpp +++ b/folly/test/SafeAssertTest.cpp @@ -35,4 +35,3 @@ TEST(SafeAssert, AssertionFailure) { succeed(); EXPECT_DEATH(fail(), ".*Assertion failure:.*hello.*"); } - diff --git a/folly/test/SubprocessTestParentDeathHelper.cpp b/folly/test/SubprocessTestParentDeathHelper.cpp index fd1d42ea..7dbcb9c1 100644 --- a/folly/test/SubprocessTestParentDeathHelper.cpp +++ b/folly/test/SubprocessTestParentDeathHelper.cpp @@ -83,4 +83,3 @@ int main(int argc, char *argv[]) { } return 0; } - diff --git a/folly/test/ThreadCachedArenaTest.cpp b/folly/test/ThreadCachedArenaTest.cpp index 63ae4c9c..e6292b1c 100644 --- a/folly/test/ThreadCachedArenaTest.cpp +++ b/folly/test/ThreadCachedArenaTest.cpp @@ -263,4 +263,3 @@ int main(int argc, char *argv[]) { } return ret; } - diff --git a/folly/test/TimeoutQueueTest.cpp b/folly/test/TimeoutQueueTest.cpp index a07bc22e..99150526 100644 --- a/folly/test/TimeoutQueueTest.cpp +++ b/folly/test/TimeoutQueueTest.cpp @@ -110,4 +110,3 @@ TEST(TimeoutQueue, RunOnceReschedule) { EXPECT_EQ(std::numeric_limits::max(), q.runLoop(0)); EXPECT_EQ(100, count); } - diff --git a/folly/test/TimeseriesHistogramTest.cpp b/folly/test/TimeseriesHistogramTest.cpp index e106e881..e3bda07c 100644 --- a/folly/test/TimeseriesHistogramTest.cpp +++ b/folly/test/TimeseriesHistogramTest.cpp @@ -484,4 +484,3 @@ TEST(TimeseriesHistogram, SingleUniqueValue) { } } } - diff --git a/folly/test/TraitsTest.cpp b/folly/test/TraitsTest.cpp index 90a31d0f..59affbfd 100644 --- a/folly/test/TraitsTest.cpp +++ b/folly/test/TraitsTest.cpp @@ -126,4 +126,3 @@ int main(int argc, char ** argv) { } return RUN_ALL_TESTS(); } - diff --git a/folly/test/VarintTest.cpp b/folly/test/VarintTest.cpp index 59d1a7f2..91da0536 100644 --- a/folly/test/VarintTest.cpp +++ b/folly/test/VarintTest.cpp @@ -181,4 +181,3 @@ int main(int argc, char *argv[]) { } return ret; } - diff --git a/folly/wangle/InlineExecutor.cpp b/folly/wangle/InlineExecutor.cpp index 632558c2..1ef2f068 100644 --- a/folly/wangle/InlineExecutor.cpp +++ b/folly/wangle/InlineExecutor.cpp @@ -13,4 +13,3 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -- 2.34.1