--- 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 e696c97..eb09662 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 adb92ba..d701791 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 76b5579..26c2bb8 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.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel