diff liboctave/dir-ops.h @ 1879:1b43d3c06c04

[project @ 1996-02-05 16:24:56 by jwe]
author jwe
date Mon, 05 Feb 1996 16:31:44 +0000
parents b17d014b6926
children 908f5b6676d7
line wrap: on
line diff
--- a/liboctave/dir-ops.h
+++ b/liboctave/dir-ops.h
@@ -36,10 +36,10 @@
 public:
 
   dir_entry (const string& n = string ()) : name (n), dir (0)
-      {
-	if (! name.empty ())
-	  open ();
-      }
+    {
+      if (! name.empty ())
+        open ();
+    }
 
   dir_entry (const dir_entry& d) { copy (d); }