From bf6731a13b9c450aa1c57c4f4b9466806f7bceef Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 Jan 2021 17:31:34 -0800 Subject: [PATCH] Clean up stray whitespace from PR 642 --- include/cxx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cxx.h b/include/cxx.h index 41138c84..4a1316f7 100644 --- a/include/cxx.h +++ b/include/cxx.h @@ -84,7 +84,6 @@ private: // Size and alignment statically verified by rust_string.rs. std::array repr; }; - #endif // CXXBRIDGE1_RUST_STRING #ifndef CXXBRIDGE1_RUST_STR