We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 366a5f4 + 1140e8c commit c9a408dCopy full SHA for c9a408d
lldb/include/lldb/Target/LanguageRuntime.h
@@ -221,7 +221,7 @@ class LanguageRuntime : public PluginInterface {
221
222
private:
223
DISALLOW_COPY_AND_ASSIGN(LanguageRuntime);
224
- };
+};
225
226
} // namespace lldb_private
227
lldb/include/lldb/Utility/Stream.h
@@ -29,7 +29,7 @@ class Stream {
29
public:
30
/// \a m_flags bit values.
31
enum {
32
- eBinary = (1 << 0), ///< Get and put data as binary instead of as the default
+ eBinary = (1 << 0) ///< Get and put data as binary instead of as the default
33
/// string mode.
34
};
35
0 commit comments