[Spice-devel] [PATCH spice-gtk 1/4] spicy-screenshot: Fix indentation

Frediano Ziglio fziglio at redhat.com
Wed Dec 19 13:25:12 UTC 2018


Replace tabs with spaces

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 tools/spicy-screenshot.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/spicy-screenshot.c b/tools/spicy-screenshot.c
index 68f93350..9d7aa34b 100644
--- a/tools/spicy-screenshot.c
+++ b/tools/spicy-screenshot.c
@@ -55,8 +55,8 @@ static int write_ppm_32(void)
 
     fp = fopen(outf,"w");
     if (NULL == fp) {
-	fprintf(stderr, "%s: can't open %s: %s\n", g_get_prgname(), outf, strerror(errno));
-	return -1;
+        fprintf(stderr, "%s: can't open %s: %s\n", g_get_prgname(), outf, strerror(errno));
+        return -1;
     }
     fprintf(fp, "P6\n%d %d\n255\n",
             d_width, d_height);
-- 
2.17.2



More information about the Spice-devel mailing list