Skip to content

Commit

Permalink
qos: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent aa67e32 commit c9b6e95
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/modules/qos/qos_cb.c
Expand Up @@ -14,8 +14,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/qos/qos_cb.h
Expand Up @@ -14,8 +14,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/qos/qos_ctx_helpers.c
Expand Up @@ -14,8 +14,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/qos/qos_ctx_helpers.h
Expand Up @@ -54,7 +54,7 @@ typedef struct qos_ctx_st
} qos_ctx_t;

/*
** AFTER INVITE/183 **
qos_ctx:
Expand All @@ -65,7 +65,7 @@ typedef struct qos_ctx_st
+----------------+ | *prev |
+----------------+
| *next |
+----------------+
+----------------+
| method_dir | sdp_session (caller)
| method_id | +-->+----------+
| method | | | |
Expand All @@ -87,7 +87,7 @@ typedef struct qos_ctx_st
+----------------+ | *prev |
| *pending_sdp | +----------------+
+----------------+ | *next |
+----------------+
+----------------+
| method_dir | sdp_session (caller)
| method_id | +-->+----------+
| method | | | |
Expand Down
4 changes: 2 additions & 2 deletions src/modules/qos/qos_load.h
Expand Up @@ -14,8 +14,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

0 comments on commit c9b6e95

Please sign in to comment.