Skip to content

Commit cf2b9c6

Browse files
committed
[upstreaming] Revert some NFC whitespace/punctuation changes
1 parent 8fb8385 commit cf2b9c6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lldb/include/lldb/DataFormatters/StringPrinter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ class StringPrinter {
136136
void SetIsTruncated(bool t) { m_is_truncated = t; }
137137

138138
bool GetIsTruncated() const { return m_is_truncated; }
139-
140139
private:
141140
DataExtractor m_data;
142141
bool m_is_truncated = false;

lldb/include/lldb/Target/LanguageRuntime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class LanguageRuntime : public PluginInterface {
221221

222222
private:
223223
DISALLOW_COPY_AND_ASSIGN(LanguageRuntime);
224-
};
224+
};
225225

226226
} // namespace lldb_private
227227

lldb/include/lldb/Utility/Stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Stream {
2929
public:
3030
/// \a m_flags bit values.
3131
enum {
32-
eBinary = (1 << 0), ///< Get and put data as binary instead of as the default
32+
eBinary = (1 << 0) ///< Get and put data as binary instead of as the default
3333
/// string mode.
3434
};
3535

0 commit comments

Comments
 (0)