summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/App.xaml.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-02-09 12:18:23 +0100
committerBenoit Foucher <benoit@zeroc.com>2018-02-09 13:27:28 +0100
commit40dadd5d8ccbeae427dcbf46414d7c6ac06684f2 (patch)
treeaac7b642d5893894565f4f3396d50b027f01869d /cpp/test/uwp/controller/App.xaml.h
parentPrevent registration of dynamic replica groups if already registered with dep... (diff)
downloadice-40dadd5d8ccbeae427dcbf46414d7c6ac06684f2.tar.bz2
ice-40dadd5d8ccbeae427dcbf46414d7c6ac06684f2.tar.xz
ice-40dadd5d8ccbeae427dcbf46414d7c6ac06684f2.zip
Fixed bogus tabs in UWP test controller files
Diffstat (limited to 'cpp/test/uwp/controller/App.xaml.h')
-rw-r--r--cpp/test/uwp/controller/App.xaml.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h
index 2305d464a81..f9b6faa49d2 100644
--- a/cpp/test/uwp/controller/App.xaml.h
+++ b/cpp/test/uwp/controller/App.xaml.h
@@ -24,7 +24,8 @@ public:
private:
void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
- void SessionRevoked(Platform::Object^, Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^);
+ void SessionRevoked(Platform::Object^,
+ Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^);
Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundSession^ _session;
};
}