diff options
| author | Wither OrNot | 2025-04-07 22:12:53 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-07 22:12:53 +0000 |
| commit | 91e85088480b4734a9d7302cc980be761f68161b (patch) | |
| tree | 7d1ed49da8cb5ac406b51bfd202dc8c3ccebf014 /LibTSforge/PhysicalStore/Common.cs | |
| parent | 103981762f471dc2d2e33c1556b9013b1ab77425 (diff) | |
| download | TSforge-91e85088480b4734a9d7302cc980be761f68161b.zip | |
stylistic fixes
Diffstat (limited to 'LibTSforge/PhysicalStore/Common.cs')
| -rw-r--r-- | LibTSforge/PhysicalStore/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/Common.cs b/LibTSforge/PhysicalStore/Common.cs index aef77f8..d0ad4fe 100644 --- a/LibTSforge/PhysicalStore/Common.cs +++ b/LibTSforge/PhysicalStore/Common.cs @@ -4,9 +4,9 @@ namespace LibTSforge.PhysicalStore public enum BlockType : uint { - NONE, // unused + NONE, NAMED, - ATTRIBUTE, //unused + ATTRIBUTE, TIMER } |
