]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api_examples/demo.c
Coding Style cleanup; update CHANGELOG
[karo-tx-uboot.git] / api_examples / demo.c
index a4aeef183b53039edd94229aec5a62dfa7952390..eae9712b71f6338189c9562d997b43119eba0187 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
        /* enumerate devices */
        printf("\n*** Enumerate devices ***\n");
        devs_no = ub_dev_enum();
-       
+
        printf("Number of devices found: %d\n", devs_no);
        if (devs_no == 0)
                return -1;