chiark / gitweb /
update TODO
[elogind.git] / udev_sysdeps.c
index 0cb2540659563a21eebfb188a7c16247d21adb4f..9447cca9369054dd1fb53b1235e0114f91792f83 100644 (file)
@@ -44,7 +44,6 @@ size_t strlcpy(char *dst, const char *src, size_t size)
        /* If size == 0 there is no space for a final null... */
        if (size)
                *q = '\0';
-
        return bytes;
 }