]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/string.c
Coding Style cleanup: remove trailing empty lines
[karo-tx-uboot.git] / lib / string.c
index 3a82efab6194ce394ebc57e225a17062f7e17757..29c2ca7ef6b12688ccfec0c4ec8451ad47f49e1f 100644 (file)
@@ -675,4 +675,3 @@ void *memchr_inv(const void *start, int c, size_t bytes)
        return check_bytes8(start, value, bytes % 8);
 }
 #endif
-