replaced tabs with spaces.
tho [Fri, 27 Jun 2008 11:36:29 +0000 (11:36 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@884 270642c3-0616-0410-b53a-bc976706d245

PPI/ForwardSwitch.cci
PPI/ForwardSwitch.hh
Packets/MPEGDVBBundle/DTCPPacket.hh
Socket/Protocols/INet/ConnectedRawINetSocketHandle.cc
doclib/senf.css

index de3874d..9447bab 100644 (file)
@@ -39,21 +39,21 @@ prefix_  void senf::ppi::module::ForwardSwitch::onRequest()
 }
 
 prefix_ bool  senf::ppi::module::ForwardSwitch::forward(){
-       return forward_;
+    return forward_;
 }
 
 prefix_ bool  senf::ppi::module::ForwardSwitch::forward(bool state){
-       forward_ = state;
-       return state;
+    forward_ = state;
+    return state;
 }
 
 prefix_ bool  senf::ppi::module::ForwardSwitch::stopForwarding(){
-       return forward(false);
+    return forward(false);
 }
 
 
 prefix_ bool  senf::ppi::module::ForwardSwitch::startForwarding(){
-       return forward(true);
+    return forward(true);
 }
 
 #undef prefix_
index a2514c5..2b2fa71 100644 (file)
@@ -44,8 +44,8 @@ public:
     bool stopForwarding();
     bool startForwarding();
 private:
-    void onRequest();  
-       bool forward_;
+    void onRequest();
+    bool forward_;
 
 };
 
index e619c11..128cac0 100644 (file)
@@ -85,7 +85,7 @@ namespace senf {
         SENF_PARSER_BITFIELD         ( versionNumber,        4, unsigned );  // must be 1
         SENF_PARSER_BITFIELD         ( command,              4, unsigned );
 
-       enum Command { JOIN=1, LEAVE=2 };
+        enum Command { JOIN=1, LEAVE=2 };
 
         SENF_PARSER_FIELD            ( interval,             UInt8Parser );  // should be 5
         SENF_PARSER_FIELD            ( sequenceNumber,       UInt16Parser );
@@ -96,16 +96,16 @@ namespace senf {
 
         SENF_PARSER_FIELD            ( tunnelProtocol,       UInt8Parser ); 
         SENF_PARSER_FIELD_RO         ( fbipCount,            UInt8Parser );
-        SENF_PARSER_PRIVATE_FIELD    ( reserved1_,           UInt8Parser );  //must be zero 
+        SENF_PARSER_PRIVATE_FIELD    ( reserved1_,           UInt8Parser );  // must be zero 
 
         // Go back to fbipCount so the variant has access to that field
         SENF_PARSER_GOTO( fbipCount );
 
         SENF_PARSER_VARIANT          ( fbipList_,            ipVersion,
-                                          ( ids(na, has_v4fbipList, init_v4fbipList,
-                                                 key(4, DTCPIPv4AddressListParser)) ) 
-                                          ( ids(na, has_v6fbipList, init_v6fbipList,
-                                                 key(6, DTCPIPv6AddressListParser)) ) );
+                           ( ids(na, has_v4fbipList, init_v4fbipList,
+                                 key(4, DTCPIPv4AddressListParser)) ) 
+                           ( ids(na, has_v6fbipList, init_v6fbipList,
+                                 key(6, DTCPIPv6AddressListParser)) ) );
 
         // We define the two variant accessors ourselves so we can directly return the vector and
         // not the collection parser which contains the vector ...
index bb03831..47ca1e1 100644 (file)
@@ -83,9 +83,9 @@ senf::ConnectedRawV6SocketProtocol::init_client(int const & protocol, INet6Socke
     const
 {
     init_client(protocol);
-    if(address.boolean_test()){ 
-       //only connect if socket is not [::]:0, this results in an irreversible binding to the lo interface (linux 2.6.15)
-       clientHandle().connect(address);
+    if(address.boolean_test()) { 
+        //only connect if socket is not [::]:0, this results in an irreversible binding to the lo interface (linux 2.6.15)
+        clientHandle().connect(address);
     }
 }
 
index 61e0b3e..f253059 100644 (file)
@@ -549,7 +549,7 @@ p.commalist {
 }
 
 h4 {
-       font-size: 100%;
+        font-size: 100%;
         margin-bottom: .4em;
 }