summaryrefslogtreecommitdiff
path: root/plugins/vorbis/vorbis.c
diff options
context:
space:
mode:
authorGravatar Ian Nartowicz <iann@crunchbang>2014-06-05 16:29:09 +0100
committerGravatar Ian Nartowicz <iann@crunchbang>2014-06-05 16:29:09 +0100
commit79a4e8c6e305cf4db47c13721418543df945bbc5 (patch)
tree5cbc5af0ad163bf34a4239733b4b5ca086230231 /plugins/vorbis/vorbis.c
parentdcce1ca9f69299e3c341abfe4ef04019a7847611 (diff)
more minor indentation
Diffstat (limited to 'plugins/vorbis/vorbis.c')
-rw-r--r--plugins/vorbis/vorbis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c
index 7d029367..3fb6bef2 100644
--- a/plugins/vorbis/vorbis.c
+++ b/plugins/vorbis/vorbis.c
@@ -3,7 +3,7 @@
Copyright (C) 2009-2014 Alexey Yakovenko and other contributors
This software is provided 'as-is', without any express or implied
- warranty. In no event will the authors be held liable for any damages
+ warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
@@ -37,7 +37,7 @@
#define min(x,y) ((x)<(y)?(x):(y))
#define max(x,y) ((x)>(y)?(x):(y))
-// #define trace(...) { fprintf (stderr, __VA_ARGS__); }
+//#define trace(...) { fprintf (stderr, __VA_ARGS__); }
#define trace(fmt,...)
#if WORDS_BIGENDIAN
@@ -786,7 +786,7 @@ static DB_decoder_t plugin = {
"\n"
"Copyright (C) 2014 Ian Nartowicz <deadbeef@nartowicz.co.uk>\n"
"This software is provided 'as-is', without any express or implied\n"
- "warranty. In no event will the authors be held liable for any damages\n"
+ "warranty. In no event will the authors be held liable for any damages\n"
"arising from the use of this software.\n"
"\n"
"Permission is granted to anyone to use this software for any purpose,\n"
@@ -825,7 +825,7 @@ static DB_decoder_t plugin = {
"THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n"
"``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n"
"LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n"
- "A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR\n"
+ "A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR\n"
"CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n"
"EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\n"
"PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\n"