Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fee9a39

Browse files
author
jonahwilliams
committed
++
1 parent 2f90472 commit fee9a39

File tree

3 files changed

+605
-608
lines changed

3 files changed

+605
-608
lines changed

impeller/core/shader_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ struct Padded {
182182
T value;
183183
Padding<Size> _PADDING_;
184184

185-
Padded(T p_value) : value(p_value) {}; // NOLINT(google-explicit-constructor)
185+
Padded(T p_value) : value(p_value){}; // NOLINT(google-explicit-constructor)
186186

187-
Padded() {}; // NOLINT(google-explicit-constructor)
187+
Padded(){}; // NOLINT(google-explicit-constructor)
188188
};
189189

190190
inline constexpr Vector4 ToVector(Color color) {

0 commit comments

Comments
 (0)