Fixed whitespace in all files (no tabs)
[senf.git] / Packets / typeidvalue.cci
index b27eab3..379019e 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2006 
+// Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
 //     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
@@ -30,7 +30,7 @@
 ///////////////////////////////cci.p///////////////////////////////////////
 
 prefix_ senf::TypeIdValue::TypeIdValue()
-    : value_(new ValueImpl<void>()) 
+    : value_(new ValueImpl<void>())
 {}
 
 prefix_ senf::TypeIdValue::TypeIdValue(TypeIdValue const & other)
@@ -74,5 +74,8 @@ prefix_ senf::TypeIdValue const senf::typeIdValue()
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: