diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /src/lib/environment_info.cc | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'src/lib/environment_info.cc')
| -rw-r--r-- | src/lib/environment_info.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/environment_info.cc b/src/lib/environment_info.cc index d10e23727..364973ff8 100644 --- a/src/lib/environment_info.cc +++ b/src/lib/environment_info.cc @@ -109,7 +109,7 @@ environment_info (shared_ptr<Log> log) info.dwOSVersionInfoSize = sizeof (info); GetVersionEx (&info); LOG_GENERAL ("Windows version %1.%2.%3 SP %4", info.dwMajorVersion, info.dwMinorVersion, info.dwBuildNumber, info.szCSDVersion); -#endif +#endif #if __GNUC__ #if __x86_64__ @@ -118,7 +118,7 @@ environment_info (shared_ptr<Log> log) LOG_GENERAL_NC ("Built for 32-bit"); #endif #endif - + LOG_GENERAL ("CPU: %1, %2 processors", cpu_info(), boost::thread::hardware_concurrency ()); list<pair<string, string> > const m = mount_info (); for (list<pair<string, string> >::const_iterator i = m.begin(); i != m.end(); ++i) { |
