Fixed whitespace in all files (no tabs)
[senf.git] / Scheduler / WriteHelper.cti
index 4ab3a89..90c5289 100644 (file)
@@ -16,7 +16,7 @@
 // along with this program; if not, write to the
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-// Copyright (C) 2006 
+// Copyright (C) 2006
 
 /** \file
     \brief WriteHelper inline template implementation */
@@ -62,7 +62,7 @@ prefix_ void senf::WriteHelper<Handle>::throw_error()
     const
 {
     if (errno_ != 0)
-       throw senf::SystemException(errno_);
+        throw senf::SystemException(errno_);
 }
 
 
@@ -72,4 +72,8 @@ prefix_ void senf::WriteHelper<Handle>::throw_error()
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
+// c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: