[PATCH] Remove space before tabs

From: Sanjana Srinidhi
Date: Thu Apr 29 2021 - 05:14:20 EST


Space before tabs are removed to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@xxxxxxxxx>
---
drivers/pcmcia/yenta_socket.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c
index 84bfc0e85d6b..e9da9c197ff1 100644
--- a/drivers/pcmcia/yenta_socket.c
+++ b/drivers/pcmcia/yenta_socket.c
@@ -6,10 +6,10 @@
*
* Changelog:
* Aug 2002: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>
- * Dynamically adjust the size of the bridge resource
+ * Dynamically adjust the size of the bridge resource
*
* May 2003: Dominik Brodowski <linux@xxxxxxxx>
- * Merge pci_socket.c and yenta.c into one file
+ * Merge pci_socket.c and yenta.c into one file
*/
#include <linux/init.h>
#include <linux/pci.h>
--
2.25.1