Fix whitespace

This commit is contained in:
Renato Botelho 2013-05-27 10:22:58 -03:00
parent e47d24e46a
commit e434d5c690
1 changed files with 5 additions and 5 deletions

View File

@ -3,17 +3,17 @@
/*
Copyright (C) 2013 Renato Botelho <garga@pfsense.org>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@ -47,7 +47,7 @@ $routelck = lock('routedns', LOCK_EX);
/* We will walk the list of hostnames found in static routes
* configuration. Since we are already triggered by filterdns
* that a hostname has changed we can proceed to compare the
* that a hostname has changed we can proceed to compare the
* new IP address with the old address from the DNS cache.
*/
system_staticroutes_configure();