about summary refs log tree commit diff
path: root/editor/ppmlabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ppmlabel.c')
-rw-r--r--editor/ppmlabel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/ppmlabel.c b/editor/ppmlabel.c
index 389ab59e..21e7d84c 100644
--- a/editor/ppmlabel.c
+++ b/editor/ppmlabel.c
@@ -26,7 +26,7 @@ static pixel rgbcolor, backcolor;
 /*  DRAWTEXT  --  Draw text at current location and advance to
           start of next line.  */
 
-static void 
+static void
 drawtext(const char * const text) {
 
     if (!transparent && strlen(text) > 0) {
@@ -38,10 +38,10 @@ drawtext(const char * const text) {
         double sina, cosa;
 
         handle = ppmd_fill_create();
-        
+
         ppmd_text_box(size, 0, text, &left, &top, &right, &bottom);
 
-        /* Displacement vector */ 
+        /* Displacement vector */
 
         lx = right;
         ly = -(top - bottom);