[Spice-devel] [PATCH xf86-video-qxl v2 cleanup 4/6] add vim headers to set tabstop to 8

Alon Levy alevy at redhat.com
Tue Apr 24 02:21:25 PDT 2012


---
 src/qxl.h                |    1 +
 src/qxl_cursor.c         |    1 +
 src/qxl_driver.c         |    1 +
 src/qxl_image.c          |    1 +
 src/qxl_mem.c            |    1 +
 src/qxl_option_helpers.c |    1 +
 src/qxl_ring.c           |    1 +
 src/qxl_surface.c        |    1 +
 8 files changed, 8 insertions(+)

diff --git a/src/qxl.h b/src/qxl.h
index ed12680..06cd76c 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -1,3 +1,4 @@
+/* vim: set ts=8 : */
 /*
  * Copyright 2008 Red Hat, Inc.
  *
diff --git a/src/qxl_cursor.c b/src/qxl_cursor.c
index 72c6c9f..3094a96 100644
--- a/src/qxl_cursor.c
+++ b/src/qxl_cursor.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2009, 2010 Red Hat, Inc.
  *
diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index fcb1b6b..77fc40b 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2008 Red Hat, Inc.
  *
diff --git a/src/qxl_image.c b/src/qxl_image.c
index dba40e3..2de10dc 100644
--- a/src/qxl_image.c
+++ b/src/qxl_image.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2009, 2010 Red Hat, Inc.
  *
diff --git a/src/qxl_mem.c b/src/qxl_mem.c
index 6e57a94..467075c 100644
--- a/src/qxl_mem.c
+++ b/src/qxl_mem.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2009 Red Hat, Inc.
  *
diff --git a/src/qxl_option_helpers.c b/src/qxl_option_helpers.c
index 8801b53..4013cbd 100644
--- a/src/qxl_option_helpers.c
+++ b/src/qxl_option_helpers.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
diff --git a/src/qxl_ring.c b/src/qxl_ring.c
index fcbaaa7..7a11fbb 100644
--- a/src/qxl_ring.c
+++ b/src/qxl_ring.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2009, 2010 Red Hat, Inc.
  *
diff --git a/src/qxl_surface.c b/src/qxl_surface.c
index a8901f0..9530beb 100644
--- a/src/qxl_surface.c
+++ b/src/qxl_surface.c
@@ -1,3 +1,4 @@
+/* vim: set ts=8: */
 /*
  * Copyright 2010 Red Hat, Inc.
  *
-- 
1.7.10



More information about the Spice-devel mailing list