diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-02-09 12:18:23 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-02-09 13:27:28 +0100 |
commit | 40dadd5d8ccbeae427dcbf46414d7c6ac06684f2 (patch) | |
tree | aac7b642d5893894565f4f3396d50b027f01869d /cpp/test/uwp/controller | |
parent | Prevent registration of dynamic replica groups if already registered with dep... (diff) | |
download | ice-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')
-rw-r--r-- | cpp/test/uwp/controller/App.xaml.h | 3 | ||||
-rw-r--r-- | cpp/test/uwp/controller/Package.appxmanifest | 4 |
2 files changed, 4 insertions, 3 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; }; } diff --git a/cpp/test/uwp/controller/Package.appxmanifest b/cpp/test/uwp/controller/Package.appxmanifest index 85f47d15719..b99eba4534d 100644 --- a/cpp/test/uwp/controller/Package.appxmanifest +++ b/cpp/test/uwp/controller/Package.appxmanifest @@ -26,8 +26,8 @@ <Capability Name="internetClientServer" /> <Capability Name="internetClient" /> <Capability Name="privateNetworkClientServer" /> - <rescap:Capability Name="extendedBackgroundTaskTime" /> - <rescap:Capability Name="extendedExecutionUnconstrained" /> + <rescap:Capability Name="extendedBackgroundTaskTime" /> + <rescap:Capability Name="extendedExecutionUnconstrained" /> </Capabilities> <Extensions> <Extension Category="windows.certificates"> |