Przeglądaj źródła

tm: removed trailing spaces

Daniel-Constantin Mierla 1 rok temu
rodzic
commit
2e962cbee9

+ 6 - 6
src/modules/tm/t_cancel.h

@@ -13,8 +13,8 @@
  * 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 this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */
@@ -53,8 +53,8 @@
 								 assumes the REPLY_LOCK is not held (if it is
 								 => deadlock) */
 #define F_CANCEL_B_FORCE_C \
-	4 /* will send a cancel even if no reply was 
-								received; F_CANCEL_B_FAKE_REPLY will be 
+	4 /* will send a cancel even if no reply was
+								received; F_CANCEL_B_FAKE_REPLY will be
 								ignored */
 #define F_CANCEL_B_FORCE_RETR \
 	8					  /* will not stop request retr. on a branch
@@ -82,9 +82,9 @@ typedef void (*prepare_to_cancel_f)(
  * Can be called w/o REPLY_LOCK held
  *  between this call and the call to cancel_uacs()/cancel_branch()
  *  if noreply is set to 1 it will return true even if no reply was received
- *   (it will return false only if a final response or a cancel have already 
+ *   (it will return false only if a final response or a cancel have already
  *    been sent on the current branch).
- *  if noreply is set to 0 it will return true only if no cancel has already 
+ *  if noreply is set to 0 it will return true only if no cancel has already
  *   been sent and a provisional (<200) reply >=100 was received.
  *  WARNING: has side effects: marks branches that should be canceled
  *   and a second call won't return them again.

+ 2 - 2
src/modules/tm/t_fifo.h

@@ -13,8 +13,8 @@
  * 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 this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
  */

+ 2 - 2
src/modules/tm/t_funcs.h

@@ -13,8 +13,8 @@
  * 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 this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 

+ 2 - 2
src/modules/tm/t_fwd.h

@@ -13,8 +13,8 @@
  * 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 this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 

+ 3 - 3
src/modules/tm/t_lookup.h

@@ -13,8 +13,8 @@
  * 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 this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
@@ -74,7 +74,7 @@ void t_unset(void);
 typedef int (*tgett_branch_f)(void);
 int get_t_branch(void);
 
-/* use carefully or better not at all -- current transaction is 
+/* use carefully or better not at all -- current transaction is
  * primarily set by lookup functions */
 typedef void (*tsett_f)(struct cell *t, int branch);
 void set_t(struct cell *t, int branch);

+ 2 - 2
src/modules/tm/t_serial.c

@@ -72,7 +72,7 @@ struct instance_list
 	struct instance_list *next;
 };
 
-/* 
+/*
  * Frees contact list used by load_contacts function
  */
 static inline void free_contact_list(struct contact *curr)
@@ -85,7 +85,7 @@ static inline void free_contact_list(struct contact *curr)
 	}
 }
 
-/* 
+/*
  * Frees instance list used by next_contacts function
  */
 static inline void free_instance_list(struct instance_list *curr)