about summary refs log tree commit diff
path: root/editor/pgmmedian.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pgmmedian.c')
-rw-r--r--editor/pgmmedian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pgmmedian.c b/editor/pgmmedian.c
index 9cebeac8..60605713 100644
--- a/editor/pgmmedian.c
+++ b/editor/pgmmedian.c
@@ -55,7 +55,7 @@ static int const forceplain = 0;
 /* Global variables common to each median sort routine. */
 static gray ** grays;
     /* The convolution buffer.  This is a circular buffer that contains the
-       rows of the input image that are being convolved into the current 
+       rows of the input image that are being convolved into the current
        output row.
     */
 static gray * grayrow;