From f919f9dcbb54a08e6e26d6c229ce92fb784fa1b2 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Fri, 13 Apr 2012 18:36:53 -0400
Subject: Removed whitespace and added dtools/bin/remove-whitespace as a tool
 to do this in the future.

The sed script was provided by Moritz Fischer.
---
 gruel/src/swig/pmt_swig.i | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'gruel/src/swig/pmt_swig.i')

diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i
index 954501863c..45cfceadcb 100644
--- a/gruel/src/swig/pmt_swig.i
+++ b/gruel/src/swig/pmt_swig.i
@@ -1,19 +1,19 @@
 /* -*- c++ -*- */
 /*
  * Copyright 2011-2012 Free Software Foundation, Inc.
- * 
+ *
  * This file is part of GNU Radio
- * 
+ *
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
- * 
+ *
  * GNU Radio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with GNU Radio; see the file COPYING.  If not, write to
  * the Free Software Foundation, Inc., 51 Franklin Street,
@@ -77,7 +77,7 @@ bool pmt_is_false(pmt_t obj);
 //! Return \#f is val is false, else return \#t.
 pmt_t pmt_from_bool(bool val);
 
-//! Return true if val is PMT_T, return false when val is PMT_F, 
+//! Return true if val is PMT_T, return false when val is PMT_F,
 // else raise wrong_type exception.
 bool pmt_to_bool(pmt_t val);
 
@@ -352,7 +352,7 @@ size_t pmt_blob_length(pmt_t blob);
  */
 
 //! true if \p x is any kind of uniform numeric vector
-bool pmt_is_uniform_vector(pmt_t x);  
+bool pmt_is_uniform_vector(pmt_t x);
 
 bool pmt_is_u8vector(pmt_t x);
 bool pmt_is_s8vector(pmt_t x);
@@ -550,7 +550,7 @@ bool pmt_eqv(const pmt_t& x, const pmt_t& y);
 
 /*!
  * pmt_equal recursively compares the contents of pairs and vectors,
- * applying pmt_eqv on other objects such as numbers and symbols.  
+ * applying pmt_eqv on other objects such as numbers and symbols.
  * pmt_equal may fail to terminate if its arguments are circular data
  * structures.
  */
-- 
cgit v1.2.3