summaryrefslogtreecommitdiff
path: root/src/Format.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Format.cpp')
-rw-r--r--src/Format.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Format.cpp b/src/Format.cpp
index e4056c2..3bfb17b 100644
--- a/src/Format.cpp
+++ b/src/Format.cpp
@@ -433,4 +433,4 @@ unsigned long update_crc(unsigned long crc, unsigned char *buf, int len)
unsigned long format::CalculateCRC(unsigned char * data, int len)
{
return update_crc(0xffffffffL, data, len) ^ 0xffffffffL;
-} \ No newline at end of file
+}