[lvm-devel] master - cleanup: whitespace

Zdenek Kabelac zkabelac at sourceware.org
Tue Jul 11 15:22:12 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=2c3d9a07cbaa49275d24c40c6a4fa2480b1ac3d8
Commit:        2c3d9a07cbaa49275d24c40c6a4fa2480b1ac3d8
Parent:        3cd492cd599262872b212a4fc9eefc7050ce1517
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Tue Jul 11 11:21:18 2017 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Tue Jul 11 16:26:12 2017 +0200

cleanup: whitespace

---
 lib/misc/crc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/misc/crc.c b/lib/misc/crc.c
index fc4d3f0..aacd82d 100644
--- a/lib/misc/crc.c
+++ b/lib/misc/crc.c
@@ -63,7 +63,7 @@ static uint32_t _calc_crc_new(uint32_t initial, const uint8_t *buf, uint32_t siz
 	const uint32_t *start = (const uint32_t *) buf;
 	const uint32_t *end = (const uint32_t *) (buf + (size & 0xfffffffc));
 	uint32_t crc = initial;
-   
+
 	/* Process 4 bytes per iteration */
 	while (start < end) {
 		crc = crc ^ xlate32(*start++);




More information about the lvm-devel mailing list