Skip to content

Commit

Permalink
domainpolicy: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 4be77ba commit a4a7358
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/modules/domainpolicy/domainpolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static inline int parse_naptr_regexp(

/*
* Tests if one result record is "greater" that the other. Non-NAPTR records
* greater that NAPTR record. An invalid NAPTR record is greater than a
* greater that NAPTR record. An invalid NAPTR record is greater than a
* valid one. Valid NAPTR records are compared based on their
* (order,preference).
*
Expand Down
4 changes: 2 additions & 2 deletions src/modules/domainpolicy/domainpolicy.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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/domainpolicy/domainpolicy_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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
*
* History:
Expand Down
4 changes: 2 additions & 2 deletions src/modules/domainpolicy/domainpolicy_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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 a4a7358

Please sign in to comment.