summaryrefslogtreecommitdiff
path: root/LibTSforge/PhysicalStore/Common.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-07 22:12:53 +0000
committerWither OrNot2025-04-07 22:12:53 +0000
commit91e85088480b4734a9d7302cc980be761f68161b (patch)
tree7d1ed49da8cb5ac406b51bfd202dc8c3ccebf014 /LibTSforge/PhysicalStore/Common.cs
parent103981762f471dc2d2e33c1556b9013b1ab77425 (diff)
downloadTSforge-91e85088480b4734a9d7302cc980be761f68161b.zip
stylistic fixes
Diffstat (limited to 'LibTSforge/PhysicalStore/Common.cs')
-rw-r--r--LibTSforge/PhysicalStore/Common.cs4
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
}