|
| From: | Tim Rühsen |
| Subject: | Re: [PATCH] Fix indentation to spaces only |
| Date: | Wed, 1 Apr 2020 13:28:20 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 4/1/20 1:14 PM, Jose E. Marchesi wrote:
Hi Tim.
diff --git a/.x-sc_space_tab b/.x-sc_space_tab
index 71bcfc6c..0ca19ff6 100644
--- a/.x-sc_space_tab
+++ b/.x-sc_space_tab
@@ -1 +1,4 @@
-src/*
+src/pkl-lex.c
+src/pkl-lex.h
+src/pkl-tab.y
+src/ios.c
Any particular reason why src/ios.c is in the list?
There where some tabs within macros / multi-line defines. I left them for now as that isn't really indentation. Also, I thought of replacing the macros with static inline functions - in that process the tabs would be removed anyways.
| [Prev in Thread] | Current Thread | [Next in Thread] |