summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher/memory_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memory_watcher/memory_watcher.h')
-rw-r--r--tools/memory_watcher/memory_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory_watcher/memory_watcher.h b/tools/memory_watcher/memory_watcher.h
index f6281b5..d5a1d10 100644
--- a/tools/memory_watcher/memory_watcher.h
+++ b/tools/memory_watcher/memory_watcher.h
@@ -33,7 +33,7 @@ class MemoryWatcher : MemoryObserver {
// MemoryObserver interface.
virtual void OnTrack(HANDLE heap, int32 id, int32 size);
virtual void OnUntrack(HANDLE heap, int32 id, int32 size);
-
+
// Sets a name that appears in the generated file name.
void SetLogName(char* log_name);