From 2d30b446679e6711768e8bb2e25ddbd4b9480736 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 15 Nov 2003 17:44:40 +0000
Subject: [PATCH] untabify

---
 gl2ps.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gl2ps.c b/gl2ps.c
index 7be0b27..bf4b628 100644
--- a/gl2ps.c
+++ b/gl2ps.c
@@ -1,4 +1,4 @@
-/* $Id: gl2ps.c,v 1.151 2003-11-15 11:14:24 geuzaine Exp $ */
+/* $Id: gl2ps.c,v 1.152 2003-11-15 17:44:40 geuzaine Exp $ */
 /*
  * GL2PS, an OpenGL to PostScript Printing Library
  * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org>
@@ -1695,11 +1695,11 @@ void gl2psPrintPostScriptHeader(void){
 
 #ifdef GL2PS_HAVE_ZLIB
   char tmp[10] = {'\x1f', '\x8b', /* magic numbers: 0x1f, 0x8b */
-		  8, /* compression method: Z_DEFLATED */
-		  0, /* flags */
-		  0, 0, 0, 0, /* time */
-		  2, /* extra flags: max compression */
-		  '\x03'}; /* OS code: 0x03 (Unix) */
+                  8, /* compression method: Z_DEFLATED */
+                  0, /* flags */
+                  0, 0, 0, 0, /* time */
+                  2, /* extra flags: max compression */
+                  '\x03'}; /* OS code: 0x03 (Unix) */
 
   if(gl2ps->options & GL2PS_COMPRESS){
     gl2psSetupCompress();
-- 
GitLab