summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/checksum/crc16ccitt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/checksum/crc16ccitt.cpp')
-rw-r--r--src/VBox/Runtime/common/checksum/crc16ccitt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/checksum/crc16ccitt.cpp b/src/VBox/Runtime/common/checksum/crc16ccitt.cpp
index 32b484cdb60..85908127cfc 100644
--- a/src/VBox/Runtime/common/checksum/crc16ccitt.cpp
+++ b/src/VBox/Runtime/common/checksum/crc16ccitt.cpp
@@ -24,6 +24,7 @@
* terms and conditions of either the GPL or the CDDL or both.
*/
+
/*********************************************************************************************************************************
* Header Files *
*********************************************************************************************************************************/
@@ -105,4 +106,3 @@ RTDECL(uint16_t) RTCrc16CcittFinish(uint16_t uCrc)
return uCrc;
}
-