From 47523e3ea988fb84cd6e3e53baed4fcf73318dc2 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Thu, 11 Feb 2016 13:10:16 -0500
Subject: [PATCH] remove superfluous whitespace from previous commit

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

diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c
index 1f4940513..d805ef898 100644
--- a/pd/src/s_inter.c
+++ b/pd/src/s_inter.c
@@ -799,7 +799,7 @@ static int gui_array_tail;
 /* this is a bug fix for the edge case of a message to the gui
    with a single array. This is necessary because I'm using a space
    delimiter between the first and second arg, and commas between
-   the rest. 
+   the rest.
    While I think gui_vmess and gui_start_vmess interfaces work well,
    the actual format of the message as sent to the GUI can definitely
    be changed if need be. I threw it together hastily just to get something
-- 
GitLab