Skip to content

Commit c9a408d

Browse files
authored
Merge pull request #86 from Teemperor/RevertWhiteSpaceChanges
[upstreaming] Revert some NFC whitespace/punctuation changes
2 parents 366a5f4 + 1140e8c commit c9a408d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)