Reformat.
[bertos.git] / bertos / drv / sipo.c
index c30262745b4d87c58f9a89c7bde06f2facba0879..a1e88ab5783d1839855575b48462c973a9af1429 100644 (file)
@@ -79,7 +79,7 @@ INLINE void sipo_putchar(uint8_t c, uint8_t bit_order, uint8_t clock_pol)
 /**
  * Write a buffer into the sipo register and, when finished, give a load pulse.
  */
- static size_t sipo_write(struct KFile *_fd, const void *_buf, size_t size)
+static size_t sipo_write(struct KFile *_fd, const void *_buf, size_t size)
 {
        const uint8_t *buf = (const uint8_t *)_buf;
        Sipo *fd = SIPO_CAST(_fd);