You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/sbe-dll/EndianessConverter.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ namespace Org.SbeTool.Sbe.Dll
8
8
/// </summary>
9
9
publicstaticclassEndianessConverter
10
10
{
11
-
// TODO: we could assume the system is always little endian and have two methods for each (one no-op and another one which reverse, so we do not have branching)
11
+
// TODO: we could assume the system is always little endian and have two methods for each
12
+
// TODO: (one no-op and another one which reverse, so we do not have branching)
0 commit comments