1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Whitespace

This commit is contained in:
tpoole 2017-09-06 08:38:50 +01:00
parent 1cc371cae9
commit 0a7e9ff119

View file

@ -1416,7 +1416,7 @@ JUCE_API OutputStream& JUCE_CALLTYPE operator<< (OutputStream& stream, StringRef
namespace std
{
template <> struct hash<juce::String>
template <> struct hash<juce::String>
{
size_t operator() (const juce::String& s) const noexcept { return s.hash(); }
};