[gnome-builder] pty: fix trailing newline



commit 4c087dccf5da3639ff655b95f9382db15714dd8b
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jan 29 21:33:17 2018 -0800

    pty: fix trailing newline

 src/libide/util/ptyintercept.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/util/ptyintercept.h b/src/libide/util/ptyintercept.h
index 23b238027..b7258a44c 100644
--- a/src/libide/util/ptyintercept.h
+++ b/src/libide/util/ptyintercept.h
@@ -92,4 +92,4 @@ void     pty_intercept_set_callback  (pty_intercept_t          *self,
                                       pty_intercept_callback_t  callback,
                                       gpointer                  user_data);
 
-G_END_DECLS
\ No newline at end of file
+G_END_DECLS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]