Ram watch - a few cleanups, and change spaces to tabs

This commit is contained in:
adelikat 2019-09-28 09:11:41 -05:00
parent 5531c8731c
commit 19645e54bc
1 changed files with 96 additions and 96 deletions

View File

@ -22,7 +22,7 @@ namespace BizHawk.Client.EmuHawk
private int _defaultWidth; private int _defaultWidth;
private int _defaultHeight; private int _defaultHeight;
private string _sortedColumn = ""; private string _sortedColumn;
private bool _sortReverse; private bool _sortReverse;
private bool _paused; private bool _paused;
@ -403,7 +403,7 @@ namespace BizHawk.Client.EmuHawk
{ {
if (sw.Domain != SelectedWatches.First().Domain) if (sw.Domain != SelectedWatches.First().Domain)
{ {
throw new InvalidOperationException("Can't edit multiple watches on varying memorydomains"); throw new InvalidOperationException("Can't edit multiple watches on varying memory domains");
} }
} }