s3: Fix some nonempty blank lines
[samba.git] / source3 / libsmb / conncache.c
index 46dc6d6364e0eb6fbe7bcdfaf1937113e6e743e1..85a09cc9ce0d4845ba287d1ecd298f63b59e9333 100644 (file)
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    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, see <http://www.gnu.org/licenses/>.
 */
@@ -191,7 +191,7 @@ void add_failed_connection_entry(const char *domain, const char *server,
                DEBUG(1,("add_failed_connection_entry: failed to add "
                          "domain %s (%s) to failed conn cache\n",
                          domain, server));
-       
+
  done:
        TALLOC_FREE(key);
        TALLOC_FREE(value);