Skip to content

Commit 2152a76

Browse files
committed
Please consider the following formatting changes
1 parent ec5406f commit 2152a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/Headers/include/Headers/DataHeader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ struct Descriptor {
287287
bool operator!=(const Descriptor& other) const { return not this->operator==(other); }
288288

289289
// Convesion operators for comparison with their implicitly convertible types
290-
friend bool operator==(const Descriptor& lhs, ImplicitConversion rhs) { return static_cast<ImplicitConversion>(lhs)==rhs; }
290+
friend bool operator==(const Descriptor& lhs, ImplicitConversion rhs) { return static_cast<ImplicitConversion>(lhs) == rhs; }
291291
// explicitly forbid comparison with e.g. const char* strings
292292
// use: value == Descriptor<N>("DESC") for the appropriate
293293
// template instantiation instead

0 commit comments

Comments
 (0)