[libFuzzer] use the indirect caller-callee counter as an independent search heuristic
[oota-llvm.git] / lib / Support / StreamingMemoryObject.cpp
index 891aa665e2c500d5106754c6ef2bd8dabe06fa9e..5a44e624eb8cff0b04ac70cacab10675f52af820 100644 (file)
@@ -129,4 +129,4 @@ StreamingMemoryObject::StreamingMemoryObject(
       BytesSkipped(0), ObjectSize(0), EOFReached(false) {
   BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize);
 }
-} // namespace llvm
+}