[PATCH 3/3] Remove obsolete tab stop comments from hw/xfree86/parser/*.c
Peter Hutterer
peter.hutterer at who-t.net
Wed Jun 13 23:02:15 PDT 2012
On Wed, Jun 13, 2012 at 10:06:06PM -0700, Alan Coopersmith wrote:
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
for the series
Cheers,
Peter
> ---
> hw/xfree86/parser/Device.c | 2 --
> hw/xfree86/parser/Files.c | 2 --
> hw/xfree86/parser/Flags.c | 2 --
> hw/xfree86/parser/Input.c | 2 --
> hw/xfree86/parser/InputClass.c | 2 --
> hw/xfree86/parser/Layout.c | 2 --
> hw/xfree86/parser/Module.c | 2 --
> hw/xfree86/parser/Monitor.c | 2 --
> hw/xfree86/parser/Pointer.c | 2 --
> hw/xfree86/parser/Screen.c | 2 --
> hw/xfree86/parser/Vendor.c | 2 --
> hw/xfree86/parser/Video.c | 2 --
> hw/xfree86/parser/read.c | 2 --
> hw/xfree86/parser/scan.c | 2 --
> hw/xfree86/parser/write.c | 2 --
> 15 files changed, 30 deletions(-)
>
> diff --git a/hw/xfree86/parser/Device.c b/hw/xfree86/parser/Device.c
> index f27b56f..bb1ba88 100644
> --- a/hw/xfree86/parser/Device.c
> +++ b/hw/xfree86/parser/Device.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c
> index d8152c0..0d3e47a 100644
> --- a/hw/xfree86/parser/Files.c
> +++ b/hw/xfree86/parser/Files.c
> @@ -51,8 +51,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Flags.c b/hw/xfree86/parser/Flags.c
> index 29a60a2..2461476 100644
> --- a/hw/xfree86/parser/Flags.c
> +++ b/hw/xfree86/parser/Flags.c
> @@ -51,8 +51,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Input.c b/hw/xfree86/parser/Input.c
> index 6e00734..ff2b9ac 100644
> --- a/hw/xfree86/parser/Input.c
> +++ b/hw/xfree86/parser/Input.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/InputClass.c b/hw/xfree86/parser/InputClass.c
> index 8493685..de6a816 100644
> --- a/hw/xfree86/parser/InputClass.c
> +++ b/hw/xfree86/parser/InputClass.c
> @@ -23,8 +23,6 @@
> * OTHER DEALINGS IN THE SOFTWARE.
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Layout.c b/hw/xfree86/parser/Layout.c
> index bd33d6d..cbd8d24 100644
> --- a/hw/xfree86/parser/Layout.c
> +++ b/hw/xfree86/parser/Layout.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Module.c b/hw/xfree86/parser/Module.c
> index 1c458ae..87ddfc6 100644
> --- a/hw/xfree86/parser/Module.c
> +++ b/hw/xfree86/parser/Module.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Monitor.c b/hw/xfree86/parser/Monitor.c
> index b237dfb..36b4ebe 100644
> --- a/hw/xfree86/parser/Monitor.c
> +++ b/hw/xfree86/parser/Monitor.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Pointer.c b/hw/xfree86/parser/Pointer.c
> index cdbc09c..ff748d9 100644
> --- a/hw/xfree86/parser/Pointer.c
> +++ b/hw/xfree86/parser/Pointer.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Screen.c b/hw/xfree86/parser/Screen.c
> index 71778d8..f294ec4 100644
> --- a/hw/xfree86/parser/Screen.c
> +++ b/hw/xfree86/parser/Screen.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Vendor.c b/hw/xfree86/parser/Vendor.c
> index b4e2165..9b7695c 100644
> --- a/hw/xfree86/parser/Vendor.c
> +++ b/hw/xfree86/parser/Vendor.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/Video.c b/hw/xfree86/parser/Video.c
> index fc1f1e5..68d611a 100644
> --- a/hw/xfree86/parser/Video.c
> +++ b/hw/xfree86/parser/Video.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/read.c b/hw/xfree86/parser/read.c
> index eef873e..6545bcd 100644
> --- a/hw/xfree86/parser/read.c
> +++ b/hw/xfree86/parser/read.c
> @@ -52,8 +52,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/scan.c b/hw/xfree86/parser/scan.c
> index 795da61..f852b83 100644
> --- a/hw/xfree86/parser/scan.c
> +++ b/hw/xfree86/parser/scan.c
> @@ -51,8 +51,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> diff --git a/hw/xfree86/parser/write.c b/hw/xfree86/parser/write.c
> index c001c3d..9c706a0 100644
> --- a/hw/xfree86/parser/write.c
> +++ b/hw/xfree86/parser/write.c
> @@ -51,8 +51,6 @@
> * authorization from the copyright holder(s) and author(s).
> */
>
> -/* View/edit this file with tab stops set to 4 */
> -
> #ifdef HAVE_XORG_CONFIG_H
> #include <xorg-config.h>
> #endif
> --
> 1.7.9.2
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list