libftdi: (tomj) reformat according to I2n style, added copyright header and more...
[libftdi] / src / ftdi.c
index a08abbf..b770e72 100644 (file)
@@ -119,7 +119,7 @@ struct ftdi_context *ftdi_new()
 
     if (ftdi_init(ftdi) != 0) {
         free(ftdi);
-       return NULL;
+        return NULL;
     }
 
     return ftdi;