From e1a60b808d767d60bd33baab321ed9327d02e4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Apr 2016 09:35:53 -0700 Subject: [PATCH] Cleanup. --- examples/common/entry/entry_winrt.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/common/entry/entry_winrt.cpp b/examples/common/entry/entry_winrt.cpp index 9edbc36e9..796d1f64f 100644 --- a/examples/common/entry/entry_winrt.cpp +++ b/examples/common/entry/entry_winrt.cpp @@ -115,15 +115,15 @@ private: m_windowVisible = args->Visible; } - void OnSuspending(Platform::Object^ sender, SuspendingEventArgs^ args) - { - SuspendingDeferral^ deferral = args->SuspendingOperation->GetDeferral(); + void OnSuspending(Platform::Object^ sender, SuspendingEventArgs^ args) + { + SuspendingDeferral^ deferral = args->SuspendingOperation->GetDeferral(); BX_UNUSED(deferral); - } + } - void OnResuming(Platform::Object^ sender, Platform::Object^ args) - { - } + void OnResuming(Platform::Object^ sender, Platform::Object^ args) + { + } void OnWindowClosed(CoreWindow^ sender, CoreWindowEventArgs^ args) {