From a4cc832d989be299a62f9b598430f915898c5f5e Mon Sep 17 00:00:00 2001 From: vboxsync Date: Wed, 16 Apr 2014 17:57:25 +0000 Subject: 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51092 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/Main/src-server/win/PerformanceWin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/VBox/Main/src-server/win/PerformanceWin.cpp') diff --git a/src/VBox/Main/src-server/win/PerformanceWin.cpp b/src/VBox/Main/src-server/win/PerformanceWin.cpp index c8cbdab5e88..d7ca510b416 100644 --- a/src/VBox/Main/src-server/win/PerformanceWin.cpp +++ b/src/VBox/Main/src-server/win/PerformanceWin.cpp @@ -268,7 +268,8 @@ int CollectorWin::getHostCpuMHz(ULONG *mhz) { uint64_t uTotalMhz = 0; RTCPUID nProcessors = RTMpGetCount(); - PPROCESSOR_POWER_INFORMATION ppi = (PPROCESSOR_POWER_INFORMATION)RTMemAllocZ(nProcessors * sizeof(PROCESSOR_POWER_INFORMATION)); + PPROCESSOR_POWER_INFORMATION ppi = (PPROCESSOR_POWER_INFORMATION) + RTMemAllocZ(nProcessors * sizeof(PROCESSOR_POWER_INFORMATION)); if (!ppi) return VERR_NO_MEMORY; -- cgit v1.2.1