From 0c8a51ed72c01ab78bdabb55e4fdc994c8ca4ae3 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 11 Dec 2015 21:36:31 -0500
Subject: [PATCH] replace tab with spaces

---
 pd/src/m_pd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index f3c0a9b79..0671dba36 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -229,7 +229,7 @@ typedef struct _text        /* patchable object - graphical, with text */
     short te_ypix;
     short te_width;             /* requested width in chars, 0 if auto */
     unsigned int te_type:2;     /* from defs below */
-	unsigned int te_iemgui:1;	/* if this is an iemgui (for nlets color) */
+    unsigned int te_iemgui:1;	/* if this is an iemgui (for nlets color) */
 } t_text;
 
 #define T_TEXT 0        /* just a textual comment */
-- 
GitLab