about summary refs log tree commit diff
path: root/editor/pamsistoaglyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamsistoaglyph.c')
-rw-r--r--editor/pamsistoaglyph.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/pamsistoaglyph.c b/editor/pamsistoaglyph.c
index f9e25518..cac1f99f 100644
--- a/editor/pamsistoaglyph.c
+++ b/editor/pamsistoaglyph.c
@@ -151,7 +151,7 @@ bestEyeSepWeEncountered(int const bestSeparation[3],
     for (i = 2; i >= 0; --i) {
         if (bestSeparation[i] != 0)
             return bestSeparation[i];
-    }    
+    }
     return altBestSeparation;
 }
 
@@ -429,3 +429,4 @@ main(int argc, const char *argv[]) {
     return 0;
 }
 
+