fix indentation
authorJiyoun Park <jijibe99@gmail.com>
Fri, 28 Dec 2012 04:00:36 +0000 (04:00 +0000)
committerJiyoun Park <jijibe99@gmail.com>
Fri, 28 Dec 2012 04:00:36 +0000 (04:00 +0000)
SVN revision: 81782

src/lib/elm_photocam.c

index b5708ff3d64753a4042999e2759fc781770edf00..884a4b3a07365e8dba3437d1f8dd2a8926ca9398 100644 (file)
@@ -1479,7 +1479,7 @@ elm_photocam_file_set(Evas_Object *obj,
    if (err != EVAS_LOAD_ERROR_NONE)
      {
         ERR("Things are going bad for '%s' (%p)", file, sd->img);
-           return err;
+        return err;
      }
    evas_object_image_size_get(sd->img, &w, &h);
 
@@ -1507,7 +1507,7 @@ elm_photocam_file_set(Evas_Object *obj,
    if (err != EVAS_LOAD_ERROR_NONE)
      {
         ERR("Things are going bad for '%s' (%p)", file, sd->img);
-           return err;
+        return err;
      }
 
    evas_object_image_preload(sd->img, 0);