]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/dlclose-unload-c++/main.c
dyld-239.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlclose-unload-c++ / main.c
index cada146d8b45a3d15d3f127d600c87c88e5fd890..8300a4106d498073fb61ec5426edd372b1651453 100644 (file)
@@ -92,7 +92,7 @@ int main()
                FAIL("dlclose-unload-c++: libfoo should have been unloaded");
                exit(0);
        }
-               
+       
        PASS("dlclose-unload-c++");
        return EXIT_SUCCESS;
 }