remove eof whitespace lines
authorNicholas Ormrod <njormrod@fb.com>
Wed, 17 Sep 2014 20:21:40 +0000 (13:21 -0700)
committerDave Watson <davejwatson@fb.com>
Thu, 18 Sep 2014 16:44:48 +0000 (09:44 -0700)
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

82 files changed:
folly/AtomicBitSet.h
folly/Chrono.h
folly/DiscriminatedPtr.h
folly/Exception.h
folly/FileUtil.cpp
folly/FormatArg.h
folly/GroupVarint.h
folly/Likely.h
folly/MPMCPipeline.h
folly/MapUtil.h
folly/SafeAssert.cpp
folly/SafeAssert.h
folly/Subprocess.h
folly/ThreadCachedArena.cpp
folly/ThreadCachedArena.h
folly/TimeoutQueue.cpp
folly/TimeoutQueue.h
folly/Unicode.cpp
folly/Uri-inl.h
folly/Varint.h
folly/detail/BitsDetail.h
folly/detail/CacheLocality.h
folly/detail/DiscriminatedPtrDetail.h
folly/detail/FileUtilDetail.h
folly/detail/FingerprintPolynomial.h
folly/detail/GroupVarintDetail.h
folly/detail/MPMCPipelineDetail.h
folly/dynamic.cpp
folly/experimental/Bits.h
folly/experimental/EventCount.h
folly/experimental/TestUtil.h
folly/experimental/exception_tracer/ExceptionAbi.h
folly/experimental/exception_tracer/ExceptionTracer.h
folly/experimental/exception_tracer/ExceptionTracerBenchmark.cpp
folly/experimental/exception_tracer/ExceptionTracerTest.cpp
folly/experimental/exception_tracer/StackTrace.cpp
folly/experimental/exception_tracer/StackTrace.h
folly/experimental/io/AsyncIO.cpp
folly/experimental/io/AsyncIO.h
folly/experimental/io/FsUtil.cpp
folly/experimental/io/HugePageUtil.cpp
folly/experimental/io/HugePages.h
folly/experimental/io/test/AsyncIOTest.cpp
folly/experimental/io/test/FsUtilTest.cpp
folly/experimental/symbolizer/Elf-inl.h
folly/experimental/symbolizer/Elf.cpp
folly/experimental/symbolizer/ElfCache.cpp
folly/experimental/symbolizer/ElfCache.h
folly/experimental/symbolizer/LineReader.cpp
folly/experimental/symbolizer/LineReader.h
folly/experimental/symbolizer/SignalHandler.h
folly/experimental/symbolizer/StackTrace.h
folly/experimental/symbolizer/test/LineReaderTest.cpp
folly/experimental/test/BitsTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/io/Compression.cpp
folly/io/Compression.h
folly/io/RecordIO-inl.h
folly/io/RecordIO.h
folly/io/TypedIOBuf.h
folly/io/test/CompressionTest.cpp
folly/sorted_vector_types.h
folly/test/AtomicBitSetTest.cpp
folly/test/CpuIdTest.cpp
folly/test/DynamicConverterTest.cpp
folly/test/DynamicTest.cpp
folly/test/ExceptionTest.cpp
folly/test/FileTest.cpp
folly/test/FingerprintTest.cpp
folly/test/FormatTest.cpp
folly/test/FutexTest.cpp
folly/test/MPMCPipelineTest.cpp
folly/test/PaddedTest.cpp
folly/test/PortabilityTest.cpp
folly/test/SafeAssertTest.cpp
folly/test/SubprocessTestParentDeathHelper.cpp
folly/test/ThreadCachedArenaTest.cpp
folly/test/TimeoutQueueTest.cpp
folly/test/TimeseriesHistogramTest.cpp
folly/test/TraitsTest.cpp
folly/test/VarintTest.cpp
folly/wangle/InlineExecutor.cpp

index 4b030ca9a9e2fed1b0da1b3db78b8749fc916549..d0d8f8044ccd7fc5e57f24f4e485814b4a45e6e4 100644 (file)
@@ -160,4 +160,3 @@ inline bool AtomicBitSet<N>::operator[](size_t idx) const {
 }  // namespaces
 
 #endif /* FOLLY_ATOMICBITSET_H_ */
-
index d78e7663571a69144e72ad57727d90b8b4599924..760c93b97f46afab33ebd099795fcb5c376145c2 100644 (file)
@@ -30,4 +30,3 @@ typedef monotonic_clock steady_clock;
 #endif
 
 #endif /* FOLLY_CHRONO_H_ */
-
index 40821bb310d58637935c7de6b9959361192e599e..02cd1b2ab3357494b7cf40015535fee31d74f868 100644 (file)
@@ -219,4 +219,3 @@ class DiscriminatedPtr {
 }  // namespace folly
 
 #endif /* FOLLY_DISCRIMINATEDPTR_H_ */
-
index b4f6da1496de77db4c7a0017a0687296ffbaa461..332799d15651b460723a94836102f690aaed959d 100644 (file)
@@ -126,4 +126,3 @@ void throwOnFail(V&& value, Args&&... args) {
 }  // namespace folly
 
 #endif /* FOLLY_EXCEPTION_H_ */
-
index fd82b278953ad622cb046c33626100f0dfc2c591..a452644ecf15a67a1fef96322d213de7a4ec3f73 100644 (file)
@@ -149,4 +149,3 @@ ssize_t pwritevFull(int fd, iovec* iov, int count, off_t offset) {
 #endif
 
 }  // namespaces
-
index b6a00187001ed7fe180aa16ac79c2aa44722f0cd..edd16a25cd25f141f1caf9d1e69489f7a706d4a1 100644 (file)
@@ -273,4 +273,3 @@ inline int FormatArg::splitIntKey() {
 }  // namespace folly
 
 #endif /* FOLLY_FORMATARG_H_ */
-
index 1115f550d064f8fd56b268621805f666fbad1842..0bdf36975018fcf7351dd81f7746f91aa2ff4ddb 100644 (file)
@@ -611,4 +611,3 @@ typedef GroupVarintDecoder<uint64_t> GroupVarint64Decoder;
 
 #endif /* FOLLY_X64 || defined(__i386__) */
 #endif /* FOLLY_GROUPVARINT_H_ */
-
index 8614829512cc8001f9ae0ddd9b7be1ba3d1b6688..9dbaec859eafcab497699ea4576fc0abf0a1664f 100644 (file)
@@ -36,4 +36,3 @@
 #endif
 
 #endif /* FOLLY_BASE_LIKELY_H_ */
-
index 63e686d80127ca4f13a754b1aa5369db5d9242f1..466b180fe42480aa52493ce1062beb40090de579 100644 (file)
@@ -282,4 +282,3 @@ template <class In, class... Stages> class MPMCPipeline {
 
 
 }  // namespaces
-
index fda6f3d704632f6cb328dad13599cae9b1920872..227a1297f060d86df3d33aa3661300405cbd344f 100644 (file)
@@ -69,4 +69,3 @@ typename Map::mapped_type* get_ptr(
 }  // namespace folly
 
 #endif /* FOLLY_MAPUTIL_H_ */
-
index 7d0b4208dec56da1bc8967c49f347957d6da0bb9..927d93b53dc315e65eaeb2c2265d4a8f6e4f17fc 100644 (file)
@@ -47,4 +47,3 @@ void assertionFailure(const char* expr, const char* msg, const char* file,
 }
 
 }}  // namespaces
-
index 81a8ccdd83d6c09df6aa3eb247ac816ca0e1bc0e..16203e840e818399fd5aecd24514a6debb698f7d 100644 (file)
@@ -50,4 +50,3 @@ FOLLY_NORETURN void assertionFailure(const char* expr, const char* msg,
 }}  // namespace folly
 
 #endif /* FOLLY_SAFEASSERT_H_ */
-
index a0a5854f3610ba54c92f3adfa0e2a93d07774a7e..65842c870bf6225a5a9933dec68702d25a620930 100644 (file)
@@ -666,4 +666,3 @@ inline Subprocess::Options& Subprocess::Options::operator|=(
 }  // namespace folly
 
 #endif /* FOLLY_SUBPROCESS_H_ */
-
index bcc2ff8e2677a8bc6c2a9ebe2caf82bd90be89fa..a13acadbe394235437a4e4542e78cc68bd48fca9 100644 (file)
@@ -41,4 +41,3 @@ void ThreadCachedArena::zombify(SysArena&& arena) {
 }
 
 }  // namespace folly
-
index bb48478edddd9643a62bc2fd365d31906d1a0b5f..2a5dbc30e14808ce6ab08c905bfe42bc960de97f 100644 (file)
@@ -83,4 +83,3 @@ struct IsArenaAllocator<ThreadCachedArena> : std::true_type { };
 }  // namespace folly
 
 #endif /* FOLLY_THREADCACHEDARENA_H_ */
-
index 0a840d88809821ec21fae731566e2b2a8bf44fc8..f81cabf8fe87d13c2dd1ce147b16c68434ba5407 100644 (file)
@@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
 }
 
 }  // namespace folly
-
index 3c83c30f6c3a087833b39683c07b7c788e7c24e2..b6ab638c215cf7c437073f4eb3d5680166ab060e 100644 (file)
@@ -129,4 +129,3 @@ class TimeoutQueue {
 }  // namespace folly
 
 #endif /* FOLLY_TIMEOUTQUEUE_H_ */
-
index 5e4c1a649ef6717d1ef8ff09de9d5fd052af77c6..3285c00b2694e22b94ab5ab0cd36e0aee323b485 100644 (file)
@@ -51,4 +51,3 @@ fbstring codePointToUtf8(char32_t cp) {
 //////////////////////////////////////////////////////////////////////
 
 }
-
index 629fc07a7e7fa0a972e39824ea782188bfc1c768..42f9814b7ca64f7f82604600e8b6a46532eb401a 100644 (file)
@@ -46,4 +46,3 @@ String Uri::toString() const {
 }
 
 }  // namespace folly
-
index 9bc7c49a5c722a49de60f2aa1a98e14cf1c526ea..7ce9d301b25abb2b13030b0067aa8c9e50b641b8 100644 (file)
@@ -126,4 +126,3 @@ inline uint64_t decodeVarint(ByteRange& data) {
 }  // namespaces
 
 #endif /* FOLLY_VARINT_H_ */
-
index db713061256fbce04bc8453a978e29d6c2c76d69..18e342b3faba8ccdf7f66ad6ae3e6b0b94c0be73 100644 (file)
@@ -51,4 +51,3 @@ int popcountll(unsigned long long x);
 }  // namespace folly
 
 #endif /* FOLLY_DETAIL_BITSDETAIL_H_ */
-
index 37f6e9607ee9a34bf78f60402109fc33bfc5d7ae..efb4c298aa1f3bc35afffb6db3e0c08ffdbf35ba 100644 (file)
@@ -363,4 +363,3 @@ struct AccessSpreaderArray {
 } }
 
 #endif /* FOLLY_DETAIL_CacheLocality_H_ */
-
index f510a67c39b53dff10d982dd7732206aa9dd9a5a..2113d1060439360e0fdcccaefb9bc5d2f0982435 100644 (file)
@@ -162,4 +162,3 @@ struct ApplyConstVisitor
 }  // namespace folly
 
 #endif /* FOLLY_DETAIL_DISCRIMINATEDPTRDETAIL_H_ */
-
index 5d3d864972a2a398d261082da02c8b9b7316cf9d..af2b56e958bb5c0815da54756ac5101143e9d6c0 100644 (file)
@@ -109,4 +109,3 @@ ssize_t wrapvFull(F f, int fd, iovec* iov, int count, Offset... offset) {
 }}  // namespaces
 
 #endif /* FOLLY_DETAIL_FILEUTILDETAIL_H_ */
-
index a83143b8263e3d133b46704b9a10a3056b5f77ab..d50790235345def213014bcee5e074a1da848edc 100644 (file)
@@ -143,4 +143,3 @@ class FingerprintPolynomial {
 }  // namespace folly
 
 #endif /* FOLLY_BUILD_FINGERPRINTPOLYNOMIAL_H_ */
-
index bbd337ab2d8bf030dad21876076c7528995652ca..a059d424d3b6255f3f517d60fbb53c565fde3544 100644 (file)
@@ -101,4 +101,3 @@ class GroupVarintBase {
 }  // namespace folly
 
 #endif /* FOLLY_DETAIL_GROUPVARINTDETAIL_H_ */
-
index d2f9e372d684890836acb17c9e232614a72fc012..84312b33af5ed2acb960471e8571a865b38cfd22 100644 (file)
@@ -123,4 +123,3 @@ struct AmplificationProduct<std::tuple<T, Ts...>> {
 };
 
 }}  // namespaces
-
index 825cb775f048038bc5cfa01708831a07b2455fbf..768e1a90c6b5747ff6b5943d20b238d137bf4c61 100644 (file)
@@ -41,4 +41,3 @@ const char* dynamic::typeName() const {
 //////////////////////////////////////////////////////////////////////
 
 }
-
index e0376a5b323009a2b6a954992efa9561758fa494..0601513fd3ee596e4f2d23ad677d2b509179416a 100644 (file)
@@ -307,4 +307,3 @@ inline size_t Bits<T, Traits>::count(const T* begin, const T* end) {
 }  // namespace folly
 
 #endif /* FOLLY_EXPERIMENTAL_BITS_H_ */
-
index df6722ea4984fb0b603d26adece4e1a09401103f..974ec6dcb9bbd0d4469c9c771c185d8c748ff70d 100644 (file)
@@ -212,4 +212,3 @@ void EventCount::await(Condition condition) {
 }  // namespace folly
 
 #endif /* FOLLY_EXPERIMENTAL_EVENTCOUNT_H_ */
-
index 1b5eb6604801a38c4fe197fd49e87a89f9300001..1b518fdeac318396e0b28a550676cfe7940c05bb 100644 (file)
@@ -92,4 +92,3 @@ class TemporaryDirectory {
 }  // namespace folly
 
 #endif /* FOLLY_TESTUTIL_H_ */
-
index 40fe54e89ec95ee9cbc00f0f7d76957d5add3c6c..b896d1cd46cfe056e5f1f55ded5a04d01ed4cc86 100644 (file)
@@ -58,4 +58,3 @@ __cxa_eh_globals* __cxa_get_globals_fast(void) noexcept;
 }  // namespace __cxxabiv1
 
 #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONABI_H_ */
-
index 69f0d73f08c8a104327590efb0595f3369df28ac..9f443113b2b84301af23c96d52e52f653521f759 100644 (file)
@@ -53,4 +53,3 @@ void installHandlers();
 }  // namespace folly
 
 #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_ */
-
index c04a3e5c911961fca5dc80820e2c483ac2aa9c66..7f034c301020f8e7d50eb139f85bd1acadb21cbd 100644 (file)
@@ -60,4 +60,3 @@ int main(int argc, char* argv[]) {
   folly::runBenchmarks();
   return 0;
 }
-
index 043ddb8d2890169f25b989fb853f6387be593e19..0d422eac04d2278bc601dd8c3f13ce7d91c35837 100644 (file)
@@ -96,4 +96,3 @@ int main(int argc, char *argv[]) {
   baz();
   return 0;
 }
-
index 59393b093f1e0e10bcea553e534bf74280f35a73..a02104fe78794f4a60c53c1d7892e5a769d06e26 100644 (file)
@@ -108,4 +108,3 @@ StackTrace* StackTraceStack::next(StackTrace* p) {
 }
 
 }}  // namespaces
-
index 9fe21165f14a94582547ccb6aeec0d7624019902..0b5f4ad4657f9a9170071f927dc60a16813e64e3 100644 (file)
@@ -100,4 +100,3 @@ class StackTraceStack {
 }}  // namespaces
 
 #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_STACKTRACE_H_ */
-
index 766da907c4118a3a8f2b5d8be9215f9753df22f2..b255b35ca08ae5d19ea1f2609d6001070c82915f 100644 (file)
@@ -379,4 +379,3 @@ std::ostream& operator<<(std::ostream& os, AsyncIOOp::State state) {
 }
 
 }  // namespace folly
-
index ae1f4531fc41f08a637d23dd1ba079e58cbc4caa..bd00d19640a28897598f2adcff10ead58f7fd3c5 100644 (file)
@@ -253,4 +253,3 @@ class AsyncIOQueue {
 }  // namespace folly
 
 #endif /* FOLLY_IO_ASYNCIO_H_ */
-
index a0dfd892f43ab9280160e5ac1f97feb65ff865b7..e243c351afb3fd5b42950a684362f7b6817e859c 100644 (file)
@@ -68,4 +68,3 @@ path canonical_parent(const path& pth, const path& base) {
 
 }  // namespace fs
 }  // namespace folly
-
index 0dccb8ac70c9132c6975b813deae3b4c1aac21cb..cc601b9b30ae7fa97e2eca4c9ecad2f67f48b440 100644 (file)
@@ -84,4 +84,3 @@ int main(int argc, char *argv[]) {
   }
   return 0;
 }
-
index ee5605a7389688969ef20e874ef4229ab8c38d8d..3e5a7b59351cb3398aee41fdbfde3cac1d4b47be 100644 (file)
@@ -81,4 +81,3 @@ const HugePageSize* getHugePageSizeForDevice(dev_t device);
 }  // namespace folly
 
 #endif /* FOLLY_IO_HUGEPAGES_H_ */
-
index dabb250a24586fd44730a011c685434a25c61267..c21691f6f68809a0afdb72740d63e1f5dda2dcf9 100644 (file)
@@ -389,5 +389,3 @@ TEST(AsyncIO, NonBlockingWait) {
   EXPECT_EQ(size, res);
   EXPECT_EQ(aioReader.pending(), 0);
 }
-
-
index 5760bfcb90a2281301abeed9cc1d823aaf9d8022..0f8340f0e1ebd313fca96b7da5c0428f2720adb0 100644 (file)
@@ -73,4 +73,3 @@ TEST(Simple, CanonicalizeParent) {
   expectPathEq(c, canonical_parent(c));
   expectPathEq(c, canonical_parent(d));
 }
-
index 51f9030834a64f398579b09d7ac7be7b895115f6..4cda41070763622016567eaf3927a494d5a73433 100644 (file)
@@ -90,4 +90,3 @@ const ElfW(Sym)* ElfFile::iterateSymbolsWithType(const ElfW(Shdr)& section,
 
 }  // namespace symbolizer
 }  // namespace folly
-
index b4b76e13ed3a6ac97fca6677b4432ce789595b49..6b32dc1215bc1b83e2ea8664dd59a374b58124d8 100644 (file)
@@ -375,4 +375,3 @@ const char* ElfFile::getSymbolName(Symbol symbol) const {
 
 }  // namespace symbolizer
 }  // namespace folly
-
index 7aa067bd2a1c0568a73bf746cee2a1ce57314851..d56f91ae02fc2b9da76050091839c9600c880839 100644 (file)
@@ -102,4 +102,3 @@ std::shared_ptr<ElfFile> ElfCache::filePtr(const std::shared_ptr<Entry>& e) {
 }
 
 }}  // namespaces
-
index de3cd040cbc6696896437b2a171f2bc4c54a4f48..bb6a6a341c563a8941a455fc2fd98b6fd5da94db 100644 (file)
@@ -132,4 +132,3 @@ class ElfCache : public ElfCacheBase {
 }}  // namespaces
 
 #endif /* FOLLY_SYMBOLIZER_ELFCACHE_H_ */
-
index ee249a87663023c48a708ec1f613bd4670a45e47..2b1845afd8cded2ac67f58ed24d705adc308e53d 100644 (file)
@@ -71,4 +71,3 @@ LineReader::State LineReader::readLine(StringPiece& line) {
 }
 
 }}  // namespaces
-
index 1c1227dca17d76c0511b4dd5454acd1013da7725..d5d76b459533d2217a6be597d477c11fdcc2a65e 100644 (file)
@@ -88,4 +88,3 @@ class LineReader : private boost::noncopyable {
 }}  // namespaces
 
 #endif /* FOLLY_SYMBOLIZER_LINEREADER_H_ */
-
index 3832eb4947cda76648fb73c3c9d1066845ec97de..2b0ff17cf4d4cf316f779c5fa49830a5c9c02666 100644 (file)
@@ -53,4 +53,3 @@ void installFatalSignalCallbacks();
 }}  // namespaces
 
 #endif /* FOLLY_SYMBOLIZER_SIGNALHANDLER_H_ */
-
index ef7c3c0c649afd757f1180eb1d1ba9aaa2d43e00..8e7ea710f13f2d1063d121355dea4b8f1e6a6c5a 100644 (file)
@@ -47,4 +47,3 @@ ssize_t getStackTraceSafe(uintptr_t* addresses, size_t maxAddresses);
 }}  // namespaces
 
 #endif /* FOLLY_SYMBOLIZER_STACKTRACE_H_ */
-
index 1b58efe43e32d3cae8168385197012c79cde56a7..97bb846e27f9485a922d5d15f2764c245936dc2f 100644 (file)
@@ -83,4 +83,3 @@ TEST(LineReader, Simple) {
 }
 
 }}}  // namespaces
-
index ba4d0ab9beef0d611d1bcfb8ab7764d4199a328a..c0a68e31cee3898d1ee6aa2c7fc95cf742bae8cc 100644 (file)
@@ -313,4 +313,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index 4bf29526564027172439c8b6a80af73bf3759985..c11dd329833340657775edd993a3b127d4dfa142 100644 (file)
@@ -105,4 +105,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index cbfaf68c8eb39b5014a05ed49cc87e8362d5ed47..f52d2e78739ab0a47ac54be35e42286e8b28dc65 100644 (file)
@@ -963,4 +963,3 @@ std::unique_ptr<Codec> getCodec(CodecType type, int level) {
 }
 
 }}  // namespaces
-
index 3b2cbf4ab8b26bca894a9311ed95dc201be971f3..4fbd6519f3bcbf99f3410b376caa72798a798840 100644 (file)
@@ -168,4 +168,3 @@ std::unique_ptr<Codec> getCodec(CodecType type,
 }}  // namespaces
 
 #endif /* FOLLY_IO_COMPRESSION_H_ */
-
index 8587ac69342ec26026fb3f05036a50ecc0628a13..e63444302561c43a566b52246a0062a8b14c5349 100644 (file)
@@ -93,4 +93,3 @@ inline RecordInfo findRecord(ByteRange range, uint32_t fileId) {
 }  // namespace recordio_helpers
 
 }  // namespaces
-
index fe19f4ca49f3b22386b6e911d0cfe9ed1b8a6cfa..c4db45ec61faeae292452fb9b755c9d9a7dccf89 100644 (file)
@@ -178,4 +178,3 @@ RecordInfo validateRecord(ByteRange range, uint32_t fileId);
 #include <folly/io/RecordIO-inl.h>
 
 #endif /* FOLLY_IO_RECORDIO_H_ */
-
index 9ccb7bc54e30b472b61f3bd5e1f648c933048ae5..9d174a093c28061914e4a8404e299bada2e223e6 100644 (file)
@@ -216,4 +216,3 @@ class TypedIOBuf {
 }  // namespace folly
 
 #endif /* FOLLY_IO_TYPEDIOBUF_H_ */
-
index ea22fca298b2cb3ff5d8b9fc6b0b140a55da0cf7..51faa4e0cc403466b5b6b6161b0b6adba22793f1 100644 (file)
@@ -253,4 +253,3 @@ int main(int argc, char *argv[]) {
   }
   return ret;
 }
-
index ef451cb2b7559bc238afb15e61bec4419d22dfd8..e59ef9b3e9d85f33b426c28c0f9d85c539f2b35f 100644 (file)
@@ -640,4 +640,3 @@ inline void swap(sorted_vector_map<K,V,C,A,G>& a,
 }
 
 #endif
-
index 3a0a0efc53b9e8333a35c51a294c20cb6010712a..c7ee6572ca8d06480d6a10492f201bf7a40308ff 100644 (file)
@@ -59,4 +59,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index ed6bcd1eb03cf52cb60da4d711513c60b6584430..e86ffac45c70605223e279341dc32043b3bb38ca 100644 (file)
@@ -26,4 +26,3 @@ TEST(CpuId, Simple) {
   CpuId id;
   EXPECT_TRUE(id.mmx());
 }
-
index 62417bb38a7dd2d1ce71d729170ca7902fcf6d77..55c5ab6569c594708b27b85f8a8acd8e38a6ce69 100644 (file)
@@ -369,4 +369,3 @@ int main(int argc, char ** argv) {
   }
   return RUN_ALL_TESTS();
 }
-
index 6e1002cc5c9cec9d791cfbc7225a1b6948001930..36afc07b7ac530aa5fac0296de21264de7b6c16a 100644 (file)
@@ -321,4 +321,3 @@ int main(int argc, char** argv) {
   }
   return RUN_ALL_TESTS();
 }
-
index 5bf586ac235bb788f1309da59f05c6f0141f1fec..6fc0d397e43c090f03abcc18786e37438923fb65 100644 (file)
@@ -94,4 +94,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index a7e70921dfb92ab64588290c175439af81536f3c..9a1d3af56235afbec0d11b629bb44fa496022fff 100644 (file)
@@ -209,4 +209,3 @@ TEST(File, Locks) {
     testLock(SHARED, true);
   }
 }
-
index 42ebb3fc466d967da0a2c6f642d402d630409462..15fd7bebffe2598e95c133127d61ea944d8f5f2a 100644 (file)
@@ -172,4 +172,3 @@ int main(int argc, char *argv[]) {
   }
   return ret;
 }
-
index a72be0a0676bc3225aa5245804e87acf7f4ce726..e67c5ece6c17aa91ccb5d9709276921941f7dfb4 100644 (file)
@@ -446,4 +446,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index d920b1e7323f5a0167c940e84182588ca7c1929e..ae23c6553867591dd9850e95b0782533d8fb8583 100644 (file)
@@ -188,4 +188,3 @@ int main(int argc, char ** argv) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index 6fd93be01e67142c74d391e8e867f741808b8550..856474399c0754a7a07567bde05bfb91697ab639 100644 (file)
@@ -163,4 +163,3 @@ int main(int argc, char *argv[]) {
   gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }
-
index 98978265e2c72bcc72af7b321c1daaeab8b7253a..324a91d4742101f2d56008c551facc0176bc536e 100644 (file)
@@ -239,4 +239,3 @@ TEST_F(IntAdaptorTest, ResizeConstructor) {
     EXPECT_EQ(42, a[i]);
   }
 }
-
index ca319c3594a1c491adf6bd0c9dcee79d86e44562..58f2f56abbd2d40c245a69b1ef7a85576eb27029 100644 (file)
@@ -42,4 +42,3 @@ TEST(Portability, Final) {
   EXPECT_EQ(3, fooBase(p.get()));
   EXPECT_EQ(3, fooDerived(p.get()));
 }
-
index db075411a847b5c1cb87ec205f0cf2a19c3dad78..9e9d4c784816489e315cf98309ad74b8a0b6f22c 100644 (file)
@@ -35,4 +35,3 @@ TEST(SafeAssert, AssertionFailure) {
   succeed();
   EXPECT_DEATH(fail(), ".*Assertion failure:.*hello.*");
 }
-
index fd1d42ea29220cb9c2b3d47414a3169bc12edc5c..7dbcb9c1a5830d3cae74a78c764a78d2bd3fbcc7 100644 (file)
@@ -83,4 +83,3 @@ int main(int argc, char *argv[]) {
   }
   return 0;
 }
-
index 63ae4c9c7d88194f77540df30b71bc38b75f2fa1..e6292b1c697407513738178489864fefdf0be8a4 100644 (file)
@@ -263,4 +263,3 @@ int main(int argc, char *argv[]) {
   }
   return ret;
 }
-
index a07bc22ee5beda9f7606c9d3f4af6c5c261b2859..991505266fc7974df7d86771f00664456c918fab 100644 (file)
@@ -110,4 +110,3 @@ TEST(TimeoutQueue, RunOnceReschedule) {
   EXPECT_EQ(std::numeric_limits<int64_t>::max(), q.runLoop(0));
   EXPECT_EQ(100, count);
 }
-
index e106e88134f848bdb27d3d4763ca0a35366c12b3..e3bda07c9e7abf9d9244d07c6cb0b44e2b8f8e12 100644 (file)
@@ -484,4 +484,3 @@ TEST(TimeseriesHistogram, SingleUniqueValue) {
     }
   }
 }
-
index 90a31d0fefa5be82c135f41ac746651634e85981..59affbfd97af7baaccf89660854ce95ca3448463 100644 (file)
@@ -126,4 +126,3 @@ int main(int argc, char ** argv) {
   }
   return RUN_ALL_TESTS();
 }
-
index 59d1a7f26e7ad1a4af3a7afdfa2f1bbe88ca3860..91da0536626252b89f3bd968b7242693b086092d 100644 (file)
@@ -181,4 +181,3 @@ int main(int argc, char *argv[]) {
   }
   return ret;
 }
-
index 632558c251841b2f267e5f6a252a5bb14d87339b..1ef2f0686f37d88d6b71ccd128313fe6c3b4c39c 100644 (file)
@@ -13,4 +13,3 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-