Skip to content

Commit e6546dc

Browse files
kostyanf14YanVugenfirer
authored andcommitted
RHEL-65784: Fix files ending
clang-format always check one \n at the end of file. Jira: https://issues.redhat.com/browse/RHEL-65784 Signed-off-by: Konstantin Kostiuk <[email protected]>
1 parent e62d2b1 commit e6546dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+53
-94
lines changed

NetKVM/CoInstaller/Exception.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ class neTKVMW32ErrorException : public neTKVMNumErrorException
6262
static tstring GetErrorString(DWORD dwErrorCode);
6363
};
6464
#endif
65-

NetKVM/CoInstaller/NetKVMAux.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ wstring NetKVMGetKeyPathFromKKEY(HKEY hKey)
5050
}
5151
return wstrKeyPath;
5252
}
53-

NetKVM/CoInstaller/RegAccess.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,3 @@ VOID neTKVMRegAccess::FormatFullRegPath(LPTSTR lpzFullPathBuff, DWORD_PTR dwNumb
543543
}
544544
}
545545
}
546-

NetKVM/CoInstaller/RegParam.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,3 @@ void neTKVMRegEditParam::FillExInfo(neTKVMRegParamExInfoList &ExInfoList)
403403
ExInfoList.push_back(neTKVMRegParamExInfo(NETKVM_RPIID_EDIT_TEXT_LIMIT, tss.str()));
404404
}
405405
}
406-
407-

NetKVM/CoInstaller/RegParam.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,3 @@ class neTKVMRegEditParam : public neTKVMRegParam
203203
DWORD m_nLimitText;
204204
bool m_bUpperCase;
205205
};
206-

NetKVM/CoInstaller/tstrings.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ wstring __string2wstring(const string& str);
4444
typedef list<tstring, allocator<tstring>> neTKVMTStrList;
4545

4646
#define TBUF_SIZEOF(a) ARRAY_SIZE(a)
47-
48-

NetKVM/Common/ParaNdis-RSS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ class PARANDIS_RSS_PARAMS
118118
#endif
119119

120120
#endif
121-

NetKVM/Common/ParaNdis_GuestAnnounce.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ class CGuestAnnouncePackets : public CPlacementAllocatable
6464
EthernetNSMFrame *CreateIPv6Packet(USHORT *IPV6);
6565
};
6666

67-
bool CallCompletionForNBL(PARANDIS_ADAPTER * pContext, PNET_BUFFER_LIST NBL);
67+
bool CallCompletionForNBL(PARANDIS_ADAPTER * pContext, PNET_BUFFER_LIST NBL);

NetKVM/Common/ParaNdis_LockFreeQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ class CLockFreeDynamicQueue : public CPlacementAllocatable
342342
volatile LONG m_QueueFullListIsEmpty;
343343
volatile LONG m_ElementCount;
344344
volatile LONG m_Size;
345-
};
345+
};

NetKVM/Common/Trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
//
6262
// FUNC TraceNoPrefix{Flags=TRACE_DRIVER}(LEVEL, MSG, ...);
6363
// end_wpp
64-
//
64+
//

0 commit comments

Comments
 (0)