change: change code style to Linux style except indent.

This commit is contained in:
Mike Solar
2025-08-03 03:09:40 +08:00
parent 65ab76edc8
commit 74f73ab3be
789 changed files with 77113 additions and 68888 deletions
+3 -6
View File
@@ -1,13 +1,10 @@
#ifndef LOOPMODE_H
#define LOOPMODE_H
namespace olive {
namespace olive
{
enum class LoopMode {
kLoopModeOff,
kLoopModeLoop,
kLoopModeClamp
};
enum class LoopMode { kLoopModeOff, kLoopModeLoop, kLoopModeClamp };
}