diff options
author | infirit <[email protected]> | 2014-12-18 21:15:45 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 21:15:45 +0100 |
commit | c3512fc727f2e7f78a2d210708f8ef790da66559 (patch) | |
tree | ab98063098fd56d7e880316b85b3df2a7d207181 | |
parent | 5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0 (diff) | |
download | mate-system-monitor-c3512fc727f2e7f78a2d210708f8ef790da66559.tar.bz2 mate-system-monitor-c3512fc727f2e7f78a2d210708f8ef790da66559.tar.xz |
sysinfo: small whitespace fix
-rw-r--r-- | src/sysinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp index 6789a3c..cb4f3d9 100644 --- a/src/sysinfo.cpp +++ b/src/sysinfo.cpp @@ -60,7 +60,7 @@ namespace { this->load_memory_info(); this->load_disk_info(); this->load_uname_info(); - this->load_mate_version(); + this->load_mate_version(); } virtual ~SysInfo() |