Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / hexdump.cci
index 1b1d2ca..b43a142 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -38,7 +38,7 @@ prefix_ senf::detail::HexDumper::HexDumper(std::ostream & os, unsigned block_siz
     : os_ (os), ias_ (os_), block_size_ (block_size), offset_ (0)
 {}
 
-#endif 
+#endif
 ///////////////////////////////cci.e///////////////////////////////////////
 #undef prefix_