aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-18 02:34:23 +0100
committerJohannes Schickel2014-02-18 02:39:36 +0100
commit56528d9201d9da2b422d4421641ce92bc27e3db8 (patch)
tree875c5f636155fb55ad1eb81c6451c71361b52091 /backends/graphics
parent6563171e7b7f373dde50b64da318c14c8207df32 (diff)
downloadscummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.tar.gz
scummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.tar.bz2
scummvm-rg350-56528d9201d9da2b422d4421641ce92bc27e3db8.zip
NULL: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/null/null-graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/graphics/null/null-graphics.h b/backends/graphics/null/null-graphics.h
index 276be7d3fa..67306c29f3 100644
--- a/backends/graphics/null/null-graphics.h
+++ b/backends/graphics/null/null-graphics.h
@@ -8,12 +8,12 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.