]> Git Repo - J-u-boot.git/blobdiff - lib/circbuf.c
Merge patch series "Fix fdtfile for j722s and am62p"
[J-u-boot.git] / lib / circbuf.c
index 2e161ae8d8baa69b43c2a79adecdc4e566107d35..461c240f78828fc0f9821f841b1a2234f23cbf1f 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <circbuf.h>
 
-
 int buf_init (circbuf_t * buf, unsigned int size)
 {
        assert (buf != NULL);
This page took 0.024169 seconds and 4 git commands to generate.