summaryrefslogtreecommitdiff
path: root/libgphoto2/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2/gamma.c')
-rw-r--r--libgphoto2/gamma.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgphoto2/gamma.c b/libgphoto2/gamma.c
index a3607f8c2..c4a970ffe 100644
--- a/libgphoto2/gamma.c
+++ b/libgphoto2/gamma.c
@@ -9,10 +9,10 @@
* version 2 of the License, or (at your option) any later version.
*
* \par
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * This library 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
- * Lesser General Public License for more details.
+ * Lesser General Public License for more details.
*
* \par
* You should have received a copy of the GNU Lesser General Public
@@ -50,7 +50,7 @@ gp_gamma_correct_triple (unsigned char *table_red,
*
* Corrects size pixels within the table with a given Gamma
* correction table.
- *
+ *
* \param table the gamma correction table as generated by gp_gamma_fill_table()
* \param data the data do process, both input and output
* \param size in number of pixels (RGB byte pairs)
@@ -66,7 +66,7 @@ gp_gamma_correct_single (unsigned char *table, unsigned char *data,
/**
* \brief Initialize a Gamma conversion table
- *
+ *
* Initializes the gamma conversion table for later use by gp_gamma_correct_single().
* Requires a 256 byte array as table.
* \param table a 256 byte array of unsigned char