OSDN Git Service

whitespace updates
authorMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 00:10:29 +0000 (00:10 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 11 Jun 2005 00:10:29 +0000 (00:10 -0000)
e2fsprogs/uuid/compare.c

index a9c505c..83afeaf 100644 (file)
@@ -52,4 +52,3 @@ int uuid_compare(const uuid_t uu1, const uuid_t uu2)
        UUCMP(uuid1.clock_seq, uuid2.clock_seq);
        return memcmp(uuid1.node, uuid2.node, 6);
 }
-