diff --git a/debian/changelog b/debian/changelog
index e578c60..6dac3ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,7 +40,7 @@ cryptcat (20031202-4) unstable; urgency=low
   * Removed "-s" in original Makefile to accomodate
     DEB_BUILD_OPTIONS=nostrip (closes: #436674)
   * Corrected typo in standards definition.
-  * Corrected clean-target in debian/rules 
+  * Corrected clean-target in debian/rules
   * Explained why I won't upgrade to newer upstream version in
     README.Debian (closes: #390033)
 
@@ -49,7 +49,7 @@ cryptcat (20031202-4) unstable; urgency=low
 cryptcat (20031202-3) unstable; urgency=low
 
   * Acknowledge NMU-patch (closes: #452795)
-  * Changed description (closes: #366383) 
+  * Changed description (closes: #366383)
   * Bumped standards version and DH_COMPAT
 
  -- Lars Bahner <bahner@debian.org>  Thu, 21 Aug 2008 20:24:22 +0000
@@ -81,7 +81,7 @@ cryptcat (0.0.950915-7) unstable; urgency=low
   * Moving to non-free since the licensing hasn't changed.
   * Corrected warning in farm9crypt.h.
   * Wrote reference to CERT-advisory in README.Debian.
-  * Removed "Enhances:" field in debian/control. 
+  * Removed "Enhances:" field in debian/control.
 
  -- Lars Bahner <bahner@debian.org>  Sat,  1 Nov 2003 13:15:58 +0100
 
@@ -110,7 +110,7 @@ cryptcat (0.0.950915-3) unstable; urgency=low
   * Added authors proper to manpage
   * Cleaned up package
   * Changed maintainer email address
-  
+
  -- Lars Bahner <bahner@debian.org>  Thu,  3 Jan 2002 21:32:46 +0100
 
 cryptcat (0.0.950915-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c803eab..3586d0f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,12 +13,11 @@ Package: cryptcat
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: lightweight version netcat extended with twofish encryption
- Cryptcat is a simple Unix utility which reads and writes data across 
- network connections, using TCP or UDP protocol while encrypting the 
+ Cryptcat is a simple Unix utility which reads and writes data across
+ network connections, using TCP or UDP protocol while encrypting the
  data being transmitted.
- It is designed to be a reliable "back-end" tool that can be used directly 
- or easily driven by other programs and scripts.  At the same time, it is a 
- feature-rich network debugging and exploration tool, since it can create 
+ It is designed to be a reliable "back-end" tool that can be used directly
+ or easily driven by other programs and scripts.  At the same time, it is a
+ feature-rich network debugging and exploration tool, since it can create
  almost any kind of connection you would need and has several interesting
  built-in capabilities.
-