Skip to content

Commit

Permalink
tm: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 6693411 commit 2e962cb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions src/modules/tm/t_cancel.h
Expand Up @@ -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
*
*/
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/modules/tm/t_fifo.h
Expand Up @@ -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
*
*/
Expand Down
4 changes: 2 additions & 2 deletions src/modules/tm/t_funcs.h
Expand Up @@ -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
*/

Expand Down
4 changes: 2 additions & 2 deletions src/modules/tm/t_fwd.h
Expand Up @@ -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
*/

Expand Down
6 changes: 3 additions & 3 deletions src/modules/tm/t_lookup.h
Expand Up @@ -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
*/

Expand Down Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions src/modules/tm/t_serial.c
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 2e962cb

Please sign in to comment.