[gegl] ppm-load: Remove unnecessary whitespace
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ppm-load: Remove unnecessary whitespace
- Date: Tue, 22 Jun 2010 12:22:23 +0000 (UTC)
commit 9fb7970f358bd4e3030aa00ae6158db3f44be361
Author: Mukund Sivaraman <muks banu com>
Date: Tue Jun 22 17:50:39 2010 +0530
ppm-load: Remove unnecessary whitespace
operations/external/ppm-load.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/external/ppm-load.c b/operations/external/ppm-load.c
index c2d923d..69861a7 100644
--- a/operations/external/ppm-load.c
+++ b/operations/external/ppm-load.c
@@ -28,11 +28,11 @@ gegl_chant_file_path (path, _("File"), "", _("Path of file to load."))
#define GEGL_CHANT_TYPE_SOURCE
#define GEGL_CHANT_C_FILE "ppm-load.c"
-
+
#define MAX_CHARS_IN_ROW 500
#define CHANNEL_COUNT 3
#define ASCII_P 80
-
+
#include "gegl-chant.h"
#include <stdio.h>
#include <stdlib.h>
@@ -71,7 +71,7 @@ ppm_load_read_header(FILE *fp,
retval = fgets (header,MAX_CHARS_IN_ROW,fp);
if (header[0] != ASCII_P ||
- (header[1] != PIXMAP_ASCII &&
+ (header[1] != PIXMAP_ASCII &&
header[1] != PIXMAP_RAW
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]