[asperl] added AS patch#7
[p5sagit/p5-mst-13.2.git] / ipenv.h
diff --git a/ipenv.h b/ipenv.h
index 0ec5f9f..76f8baa 100644 (file)
--- a/ipenv.h
+++ b/ipenv.h
@@ -1,7 +1,7 @@
 /*
 
-       ipenv.h
-       Interface for perl environment functions
+    ipenv.h
+    Interface for perl environment functions
 
 */
 
@@ -11,9 +11,9 @@
 class IPerlEnv
 {
 public:
-       virtual char* Getenv(const char *varname, int &err) = 0;
-       virtual int Putenv(const char *envstring, int &err) = 0;
-       virtual char* LibPath(char *sfx, ...) =0;
+    virtual char* Getenv(const char *varname, int &err) = 0;
+    virtual int Putenv(const char *envstring, int &err) = 0;
+    virtual char* LibPath(char *sfx, ...) =0;
 };
 
 #endif /* __Inc__IPerlEnv___ */