Fixed whitespace in all files (no tabs)
[senf.git] / Packets / Packet.cti
index 163b931..719663d 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>
@@ -51,8 +51,8 @@ prefix_ senf::Packet::Packet(Operation const & arg)
 {
     SATCOM_PKF_REFC_MSG("] Packet::Packet (" << this << "): refcount_ = 1\n");
     /** \fixme This is not exception safe, if an exception is thrown in
-       the derived class constuctor, the effects of this call must be
-       undone which is not possible in a simple way. */
+        the derived class constuctor, the effects of this call must be
+        undone which is not possible in a simple way. */
     arg(this);
 }
 
@@ -69,5 +69,8 @@ prefix_ senf::impl::PacketImpl::PacketImpl(InputIterator begin, InputIterator en
 \f
 // Local Variables:
 // mode: c++
+// fill-column: 100
 // c-file-style: "senf"
+// indent-tabs-mode: nil
+// ispell-local-dictionary: "american"
 // End: