]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Use tab instead of spaces
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Dec 2011 22:03:13 +0000 (20:03 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 17 Dec 2011 22:03:13 +0000 (20:03 -0200)
libkmod/libkmod.sym

index 664fd6bb4b73d2c2e55a35139bc9927fbb403e23..d57a73983de4ab82d756e0289ee50c3f0c7cb1ca 100644 (file)
@@ -11,7 +11,7 @@ global:
        kmod_unref;
        kmod_list_next;
        kmod_list_prev;
-        kmod_list_last;
+       kmod_list_last;
 
        kmod_load_resources;
        kmod_unload_resources;
@@ -43,10 +43,10 @@ global:
        kmod_module_get_holders;
        kmod_module_get_size;
 
-        kmod_module_get_options;
-        kmod_module_get_install_commands;
-        kmod_module_get_remove_commands;
-        kmod_module_get_softdeps;
+       kmod_module_get_options;
+       kmod_module_get_install_commands;
+       kmod_module_get_remove_commands;
+       kmod_module_get_softdeps;
 local:
         *;
 };