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:
@ -31,4 +31,4 @@ void StopAudioDump();
|
||||
void IncreaseVolume(unsigned short offset);
|
||||
void DecreaseVolume(unsigned short offset);
|
||||
void ToggleMuteVolume();
|
||||
}
|
||||
} // namespace AudioCommon
|
||||
|
@ -25,4 +25,4 @@ private:
|
||||
double m_stretch_ratio = 1.0;
|
||||
};
|
||||
|
||||
} // AudioCommon
|
||||
} // namespace AudioCommon
|
||||
|
@ -33,4 +33,4 @@ private:
|
||||
FixedSizeQueue<float, 32768> m_decoded_fifo;
|
||||
};
|
||||
|
||||
} // AudioCommon
|
||||
} // namespace AudioCommon
|
||||
|
Reference in New Issue
Block a user