mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Add missing newlines
This commit is contained in:
parent
8f62a61099
commit
dd30569b3e
2 changed files with 2 additions and 3 deletions
|
|
@ -234,5 +234,4 @@ bool operator== (const FixedSizeFunction<len, T>& fn, std::nullptr_t) { return !
|
|||
template <size_t len, typename T>
|
||||
bool operator== (std::nullptr_t, const FixedSizeFunction<len, T>& fn) { return ! (fn != nullptr); }
|
||||
|
||||
|
||||
}
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue