mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-20 05:22:41 +00:00
General: Tidy up clang-format warnings part 2
This commit is contained in:
@@ -54,6 +54,6 @@ struct Rectangle {
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
Rectangle(T, T, T, T)->Rectangle<T>;
|
||||
Rectangle(T, T, T, T) -> Rectangle<T>;
|
||||
|
||||
} // namespace Common
|
||||
|
||||
Reference in New Issue
Block a user