From 5d552dad992076ce7fe4b5f42b613986eeda137d Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sat, 9 Feb 2002 15:24:58 +0000 Subject: fix indent --- image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image.c b/image.c index 6875f6b..831b803 100644 --- a/image.c +++ b/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.5 2002/02/08 14:29:52 ukai Exp $ */ +/* $Id: image.c,v 1.6 2002/02/09 15:24:58 ukai Exp $ */ #include "fm.h" #include @@ -495,7 +495,7 @@ loadImage(int flag) symlink(cache->file, cache->touch); if (lstat(image_lock, &st)) { if (symlink(cache->file, image_lock)) - exit(0); + exit(0); #else f = fopen(cache->touch, "w"); if (f) @@ -503,7 +503,7 @@ loadImage(int flag) if (stat(image_lock, &st)) { f = fopen(image_lock, "w"); if (!f) - exit(0); + exit(0); fclose(f); #endif kill(getppid(), SIGUSR1); -- cgit v1.2.3