utils/http.h: fix whitespace typo

This commit is contained in:
josch
2014-09-23 13:31:47 +02:00
parent eb9dde4457
commit cf410aa820

View File

@@ -2,7 +2,7 @@
* Copyright (C) 2014 Johannes Schauer <j.schauer@email.de> * Copyright (C) 2014 Johannes Schauer <j.schauer@email.de>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2, as published by * under the terms of the GNU General Public License version 2, as published by
* the Free Software Foundation. * the Free Software Foundation.
* *
* This program is distributed in the hope that it will be useful, but WITHOUT * This program is distributed in the hope that it will be useful, but WITHOUT
@@ -10,7 +10,7 @@
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details. * more details.
* *
* You should have received a copy of the GNU General Public License along with * 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 * this program; if not, write to the Free Software Foundation, Inc., 51
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *