mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -81,4 +81,4 @@ private:
|
||||
void FlushOne();
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace OGL
|
||||
|
@ -43,4 +43,4 @@ private:
|
||||
};
|
||||
|
||||
extern std::unique_ptr<SamplerCache> g_sampler_cache;
|
||||
}
|
||||
} // namespace OGL
|
||||
|
@ -392,4 +392,4 @@ std::unique_ptr<StreamBuffer> StreamBuffer::Create(u32 type, u32 size)
|
||||
// default fallback, should work everywhere, but isn't the best way to do this job
|
||||
return std::make_unique<MapAndOrphan>(type, size);
|
||||
}
|
||||
}
|
||||
} // namespace OGL
|
||||
|
Reference in New Issue
Block a user