Skip to content

Commit d86ecf7

Browse files
JedokuYanVugenfirer
authored andcommitted
RHEL-69071: fix broken style for DebugTools folder in NetKVM
Signed-off-by: Vitalii Chulak <[email protected]>
1 parent b9b6418 commit d86ecf7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

NetKVM/DebugTools/NetKVMDumpParser/NetKVMDumpParser.cpp

100755100644
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ CString ErrorToString(HRESULT hr)
7676
return s;
7777
}
7878

79+
// clang-format off
7980
static const LPCSTR OpNames[] = {
8081
"PowerOff ",
8182
"PowerOn ",
@@ -103,6 +104,7 @@ static const LPCSTR OpNames[] = {
103104
"OidRequest ",
104105
"PnpEvent ",
105106
};
107+
// clang-format on
106108

107109
static CString HistoryOperationName(ULONG op)
108110
{

NetKVM/DebugTools/Netchecksum/netchecksum.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ bool ProcessFile(FILE *f, ULONG flags, ULONG result[4])
127127
return bContinue;
128128
}
129129

130+
// clang-format off
130131
struct
131132
{
132133
LPCSTR file;
@@ -153,6 +154,7 @@ struct
153154
// TCP packet with valid UDPCS, populate PHCS
154155
{ "udpv6-cs.txt", pcrFixPHChecksum | pcrFixIPChecksum, { 0x3028038B, 0x302803AB, 0x30280BBB, 0x3028039B } },
155156
};
157+
// clang-format on
156158

157159
int _tmain(int argc, _TCHAR *argv[])
158160
{

NetKVM/DebugTools/RSS-Toeplitz/RSS-Toeplitz.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ static uint8_t testKey[WTEP_MAX_KEY_SIZE] = {0x6d, 0x5a, 0x56, 0xda, 0x25, 0x5b,
99
0xae, 0x7b, 0x30, 0xb4, 0x77, 0xcb, 0x2d, 0xa3, 0x80, 0x30,
1010
0xf2, 0x0c, 0x6a, 0x42, 0xb7, 0x3b, 0xbe, 0xac, 0x01, 0xfa};
1111

12+
// clang-format off
1213
static struct
1314
{
1415
uint32_t resultIP;
@@ -25,6 +26,7 @@ static struct
2526
{ 0x82989176, 0xafc7327f, { 38, 27, 205, 30 }, { 209, 142, 163, 6 }, 48228, 2217 },
2627
{ 0x5d1809c5, 0x10e828a2, { 153, 39, 163, 191 }, { 202, 188, 127, 2 }, 44251, 1303 },
2728
};
29+
// clang-format on
2830

2931
#define ITERATIONS_NUMBER (1000000UL)
3032

0 commit comments

Comments
 (0)