mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #24552 - paulrouget:clangformat, r=jdm
mach fmt calls clang-format Fix #24031 What would be the right way to also integrate this with tidy?
This commit is contained in:
commit
f626355b67
6 changed files with 72 additions and 29 deletions
|
@ -118,12 +118,12 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
OnSurfaceTapped(IInspectable const &,
|
||||
Windows::UI::Xaml::Input::TappedRoutedEventArgs const &);
|
||||
void OnSurfaceTapped(IInspectable const &,
|
||||
Windows::UI::Xaml::Input::TappedRoutedEventArgs const &);
|
||||
|
||||
void OnSurfacePointerPressed(IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
void OnSurfacePointerPressed(
|
||||
IInspectable const &,
|
||||
Windows::UI::Xaml::Input::PointerRoutedEventArgs const &);
|
||||
|
||||
void OnSurfacePointerCanceled(
|
||||
IInspectable const &,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue