diff --git a/pd/src/m_binbuf.c b/pd/src/m_binbuf.c
index a2830e8600f8196e4bedbb0bef6540138423626b..db7cbff15ac67ba864cc9cfaf6fea4b8141990b0 100644
--- a/pd/src/m_binbuf.c
+++ b/pd/src/m_binbuf.c
@@ -1627,7 +1627,7 @@ int binbuf_match(t_binbuf *inbuf, t_binbuf *searchbuf, int wholeword)
             }
             else if (a1->a_type == A_FLOAT)
             {
-                if (a2->a_type != a1->a_type || 
+                if (a2->a_type != a1->a_type ||
                     a1->a_w.w_float != a2->a_w.w_float)
                         goto nomatch;
             }