commit | 60c266d87cfd8cd7c9a541ea7095ee44a235a3ec | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Thu Aug 18 17:41:13 2022 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 23 15:41:17 2022 -0700 |
tree | 87f73945840804fedad125725ba4fc8f23b0ca60 | |
parent | ee9ed2b3422fb10c6080334560f65999fb880cc9 [diff] [blame] |
[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ Differential Revision: https://reviews.llvm.org/D132180 NOKEYCHECK=True GitOrigin-RevId: 355e0ce3c5366bd0b564a25e4b6675353da3c53e
diff --git a/src/iostream.cpp b/src/iostream.cpp index 6164fd7..a8948ac 100644 --- a/src/iostream.cpp +++ b/src/iostream.cpp
@@ -109,8 +109,8 @@ class DoIOSInit { public: - DoIOSInit(); - ~DoIOSInit(); + DoIOSInit(); + ~DoIOSInit(); }; DoIOSInit::DoIOSInit()