summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-02-14 19:58:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-14 19:58:33 +0000
commit7c583c70ab22901da3d9eb9e0d051d8bbbfe0e1b (patch)
treed488f376947d880c9e537efd3ae39c6b56a0e0dd
parent9bb5b822382e1d1d5db3644a90513bb0762054d6 (diff)
parent9bb4ddb047ae38dbd2181aa9a41eace7961bc77f (diff)
downloadbsdiff-7c583c70ab22901da3d9eb9e0d051d8bbbfe0e1b.tar.gz
Merge "Add missing newline at end of file."
-rw-r--r--brotli_compressor_unittest.cc2
-rw-r--r--brotli_decompressor.cc2
-rw-r--r--brotli_decompressor.h2
-rw-r--r--bz2_decompressor.cc2
-rw-r--r--bz2_decompressor.h2
-rw-r--r--decompressor_interface.cc2
-rw-r--r--include/bsdiff/constants.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/brotli_compressor_unittest.cc b/brotli_compressor_unittest.cc
index f75ac2c..cfa66f6 100644
--- a/brotli_compressor_unittest.cc
+++ b/brotli_compressor_unittest.cc
@@ -52,4 +52,4 @@ TEST(BrotliCompressorTest, BrotliCompressorEmptyStream) {
EXPECT_TRUE(brotli_decompressor.Close());
}
-} // namespace bsdiff \ No newline at end of file
+} // namespace bsdiff
diff --git a/brotli_decompressor.cc b/brotli_decompressor.cc
index 20a1b14..1bc7722 100644
--- a/brotli_decompressor.cc
+++ b/brotli_decompressor.cc
@@ -59,4 +59,4 @@ bool BrotliDecompressor::Close() {
return true;
}
-} // namespace bsdiff \ No newline at end of file
+} // namespace bsdiff
diff --git a/brotli_decompressor.h b/brotli_decompressor.h
index ccfcb2d..0c63d8f 100644
--- a/brotli_decompressor.h
+++ b/brotli_decompressor.h
@@ -29,4 +29,4 @@ class BrotliDecompressor : public DecompressorInterface {
} // namespace bsdiff
-#endif // _BSDIFF_BROTLI_DECOMPRESSOR_H_ \ No newline at end of file
+#endif // _BSDIFF_BROTLI_DECOMPRESSOR_H_
diff --git a/bz2_decompressor.cc b/bz2_decompressor.cc
index 2fc6512..1a3636e 100644
--- a/bz2_decompressor.cc
+++ b/bz2_decompressor.cc
@@ -60,4 +60,4 @@ bool BZ2Decompressor::Close() {
return true;
}
-} // namespace bsdiff \ No newline at end of file
+} // namespace bsdiff
diff --git a/bz2_decompressor.h b/bz2_decompressor.h
index 4b698ce..9b2acdc 100644
--- a/bz2_decompressor.h
+++ b/bz2_decompressor.h
@@ -27,4 +27,4 @@ class BZ2Decompressor : public DecompressorInterface {
} // namespace bsdiff
-#endif \ No newline at end of file
+#endif
diff --git a/decompressor_interface.cc b/decompressor_interface.cc
index 31cbd47..d8ebb57 100644
--- a/decompressor_interface.cc
+++ b/decompressor_interface.cc
@@ -23,4 +23,4 @@ std::unique_ptr<DecompressorInterface> CreateDecompressor(CompressorType type) {
}
}
-} // namespace bsdiff \ No newline at end of file
+} // namespace bsdiff
diff --git a/include/bsdiff/constants.h b/include/bsdiff/constants.h
index 5236637..860d015 100644
--- a/include/bsdiff/constants.h
+++ b/include/bsdiff/constants.h
@@ -24,4 +24,4 @@ constexpr uint8_t kBSDF2MagicHeader[] = "BSDF2";
} // namespace bsdiff
-#endif // _BSDIFF_CONSTANTS_H_ \ No newline at end of file
+#endif // _BSDIFF_CONSTANTS_H_