mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-31 02:00:41 -04:00
Apply clang-format to files (#5273)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <libultraship/libultra.h>
|
||||
#include "global.h"
|
||||
|
||||
#define ROUND(num) floorf((num) * 100) / 100;
|
||||
#define ROUND(num) floorf((num)*100) / 100;
|
||||
|
||||
void Audio_SequenceChannelProcessSound(SequenceChannel* channel, s32 recalculateVolume, s32 b) {
|
||||
f32 channelVolume;
|
||||
|
||||
Reference in New Issue
Block a user