[tracker/gps] libtracker-extract, exif: Fix indendation issues
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/gps] libtracker-extract, exif: Fix indendation issues
- Date: Tue, 7 Jun 2011 12:46:01 +0000 (UTC)
commit e504bc8b5d0843309def628a07564ece41d6b043
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Jun 7 14:43:13 2011 +0200
libtracker-extract, exif: Fix indendation issues
src/libtracker-extract/tracker-exif.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-extract/tracker-exif.c b/src/libtracker-extract/tracker-exif.c
index 444e464..b9fdcec 100644
--- a/src/libtracker-extract/tracker-exif.c
+++ b/src/libtracker-extract/tracker-exif.c
@@ -267,7 +267,7 @@ get_white_balance (ExifData *exif,
order = exif_data_get_byte_order (exif);
white_balance = exif_get_short (entry->data, order);
- if (white_balance == 0)
+ if (white_balance == 0)
return g_strdup ("nmm:white-balance-auto");
/* Found in the field: sunny, fluorescent, incandescent, cloudy.
@@ -467,11 +467,11 @@ parse_exif (const unsigned char *buffer,
data->y_resolution = get_value (exif, EXIF_TAG_Y_RESOLUTION);
if(!data->gps_altitude)
- data->gps_altitude = get_gps_altitude (exif, EXIF_TAG_GPS_ALTITUDE, EXIF_TAG_GPS_ALTITUDE_REF);
+ data->gps_altitude = get_gps_altitude (exif, EXIF_TAG_GPS_ALTITUDE, EXIF_TAG_GPS_ALTITUDE_REF);
if(!data->gps_latitude)
- data->gps_latitude = get_gps_coordinate (exif, EXIF_TAG_GPS_LATITUDE, EXIF_TAG_GPS_LATITUDE_REF);
+ data->gps_latitude = get_gps_coordinate (exif, EXIF_TAG_GPS_LATITUDE, EXIF_TAG_GPS_LATITUDE_REF);
if(!data->gps_longitude)
- data->gps_longitude = get_gps_coordinate (exif, EXIF_TAG_GPS_LONGITUDE, EXIF_TAG_GPS_LONGITUDE_REF);
+ data->gps_longitude = get_gps_coordinate (exif, EXIF_TAG_GPS_LONGITUDE, EXIF_TAG_GPS_LONGITUDE_REF);
exif_data_free (exif);
#endif /* HAVE_LIBEXIF */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]