diff options
author | 2019-11-24 13:52:11 +1100 | |
---|---|---|
committer | 2019-11-24 13:52:11 +1100 | |
commit | e64edf6c7127fb8291a157026f3ac72e38c78d80 (patch) | |
tree | 092564456a138ad98775b989ea6073e4c75a7abd /src/emu/debug/textbuf.cpp | |
parent | 6e8748952730a23a507c415c92398205238d1367 (diff) |
srcclean and indentation cleanup (nw)
Diffstat (limited to 'src/emu/debug/textbuf.cpp')
-rw-r--r-- | src/emu/debug/textbuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/textbuf.cpp b/src/emu/debug/textbuf.cpp index 48a6f71c5fd..fea5ed31c9c 100644 --- a/src/emu/debug/textbuf.cpp +++ b/src/emu/debug/textbuf.cpp @@ -69,7 +69,7 @@ struct text_buffer buffer_space - return the number of bytes available in the buffer -------------------------------------------------*/ - + s32 buffer_space() const noexcept { return bufsize - buffer_used(); |