Make patch indentation look better

This commit is contained in:
Aditya Garg
2022-01-19 13:40:07 +05:30
committed by GitHub
parent 95c90113a8
commit 98e186be0b
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -17,9 +17,8 @@ index a6a656f..8cfbd3f 100644
MODULE_VERSION("0.01");
+MODULE_ALIAS("pci:v0000106Bd00001801sv*sd*bc*sc*i*");
module_init(apple_bce_module_init);
-module_exit(apple_bce_module_exit);
module_exit(apple_bce_module_exit);
\ No newline at end of file
+module_exit(apple_bce_module_exit);
--
2.34.1