forked from dolphin-emu/dolphin
Reformat all the things!
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
const T* operator->() const { return ComputeValue(); }
|
||||
T& operator*() { return *ComputeValue(); }
|
||||
T* operator->() { return ComputeValue(); }
|
||||
|
||||
private:
|
||||
T* ComputeValue() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user