diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-02-08 11:54:02 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-23 11:52:30 +0100 |
commit | 2233dd02a191200b5d33f0b37c32ebf05880c126 (patch) | |
tree | 3f01bc879cf1e459e4ee42ccbd3a47bc0b0b4cd2 | |
parent | b82f9ed2b3723f468cda2a8f1ffa7918756a290f (diff) |
Add emacs settings for indent according to spice styleguide
-rw-r--r-- | common/cairo_canvas.c | 1 | ||||
-rw-r--r-- | common/cairo_canvas.h | 1 | ||||
-rw-r--r-- | common/canvas_base.c | 1 | ||||
-rw-r--r-- | common/canvas_base.h | 1 | ||||
-rw-r--r-- | common/gdi_canvas.c | 1 | ||||
-rw-r--r-- | common/gdi_canvas.h | 1 | ||||
-rw-r--r-- | common/gl_canvas.c | 1 | ||||
-rw-r--r-- | common/gl_canvas.h | 1 | ||||
-rw-r--r-- | common/gl_utils.h | 1 | ||||
-rw-r--r-- | common/glc.c | 1 | ||||
-rw-r--r-- | common/glc.h | 1 | ||||
-rw-r--r-- | common/lookup3.c | 1 | ||||
-rw-r--r-- | common/lookup3.h | 1 | ||||
-rw-r--r-- | common/lz.c | 1 | ||||
-rw-r--r-- | common/lz.h | 1 | ||||
-rw-r--r-- | common/lz_common.h | 1 | ||||
-rw-r--r-- | common/lz_compress_tmpl.c | 1 | ||||
-rw-r--r-- | common/lz_config.h | 1 | ||||
-rw-r--r-- | common/lz_decompress_tmpl.c | 1 | ||||
-rw-r--r-- | common/mutex.h | 1 | ||||
-rw-r--r-- | common/ogl_ctx.c | 1 | ||||
-rw-r--r-- | common/ogl_ctx.h | 1 | ||||
-rw-r--r-- | common/quic.c | 1 | ||||
-rw-r--r-- | common/quic.h | 1 | ||||
-rw-r--r-- | common/quic_config.h | 1 | ||||
-rw-r--r-- | common/quic_family_tmpl.c | 1 | ||||
-rw-r--r-- | common/quic_rgb_tmpl.c | 1 | ||||
-rw-r--r-- | common/quic_tmpl.c | 1 | ||||
-rw-r--r-- | common/rect.h | 1 | ||||
-rw-r--r-- | common/region.h | 1 | ||||
-rw-r--r-- | common/ring.h | 1 | ||||
-rw-r--r-- | common/rop3.c | 1 | ||||
-rw-r--r-- | common/rop3.h | 1 |
33 files changed, 33 insertions, 0 deletions
diff --git a/common/cairo_canvas.c b/common/cairo_canvas.c index f198878..a5d4146 100644 --- a/common/cairo_canvas.c +++ b/common/cairo_canvas.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/cairo_canvas.h b/common/cairo_canvas.h index 72abcb2..bf6ff90 100644 --- a/common/cairo_canvas.h +++ b/common/cairo_canvas.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/canvas_base.c b/common/canvas_base.c index de467c7..356ef9d 100644 --- a/common/canvas_base.c +++ b/common/canvas_base.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/canvas_base.h b/common/canvas_base.h index ad73bb9..15cf869 100644 --- a/common/canvas_base.h +++ b/common/canvas_base.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c index df5ae64..9e29cb8 100644 --- a/common/gdi_canvas.c +++ b/common/gdi_canvas.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/gdi_canvas.h b/common/gdi_canvas.h index 8ba3f20..606e71e 100644 --- a/common/gdi_canvas.h +++ b/common/gdi_canvas.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/gl_canvas.c b/common/gl_canvas.c index fd1a2c9..124bcfe 100644 --- a/common/gl_canvas.c +++ b/common/gl_canvas.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/gl_canvas.h b/common/gl_canvas.h index 442c9f4..74c8913 100644 --- a/common/gl_canvas.h +++ b/common/gl_canvas.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/gl_utils.h b/common/gl_utils.h index 4126677..eeb9f02 100644 --- a/common/gl_utils.h +++ b/common/gl_utils.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/glc.c b/common/glc.c index 5300ebd..090dc03 100644 --- a/common/glc.c +++ b/common/glc.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/glc.h b/common/glc.h index 6213c37..a6b8579 100644 --- a/common/glc.h +++ b/common/glc.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/lookup3.c b/common/lookup3.c index f23461a..57274db 100644 --- a/common/lookup3.c +++ b/common/lookup3.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* ------------------------------------------------------------------------------- lookup3.c, by Bob Jenkins, May 2006, Public Domain. diff --git a/common/lookup3.h b/common/lookup3.h index 00bc4eb..a0d6ec8 100644 --- a/common/lookup3.h +++ b/common/lookup3.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/lz.c b/common/lz.c index e0e112e..f99aa34 100644 --- a/common/lz.c +++ b/common/lz.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright 2009 Red Hat, Inc. and/or its affiliates. diff --git a/common/lz.h b/common/lz.h index 0444dc8..3ad6caa 100644 --- a/common/lz.h +++ b/common/lz.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* dictionary compression for images based on fastlz (http://www.fastlz.org/) (Distributed under MIT license). diff --git a/common/lz_common.h b/common/lz_common.h index 75c32e2..d5019fd 100644 --- a/common/lz_common.h +++ b/common/lz_common.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tmpl.c index be1b941..b74a256 100644 --- a/common/lz_compress_tmpl.c +++ b/common/lz_compress_tmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright 2009 Red Hat, Inc. and/or its affiliates. diff --git a/common/lz_config.h b/common/lz_config.h index 748d79d..4db6dc3 100644 --- a/common/lz_config.h +++ b/common/lz_config.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/lz_decompress_tmpl.c b/common/lz_decompress_tmpl.c index 36502c6..2fbcfba 100644 --- a/common/lz_decompress_tmpl.c +++ b/common/lz_decompress_tmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright 2009 Red Hat, Inc. and/or its affiliates. diff --git a/common/mutex.h b/common/mutex.h index 373d54e..2cf29e9 100644 --- a/common/mutex.h +++ b/common/mutex.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/ogl_ctx.c b/common/ogl_ctx.c index 6b17511..df58a81 100644 --- a/common/ogl_ctx.c +++ b/common/ogl_ctx.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/ogl_ctx.h b/common/ogl_ctx.h index 85a551a..c460b9a 100644 --- a/common/ogl_ctx.h +++ b/common/ogl_ctx.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic.c b/common/quic.c index 7568f9e..507c450 100644 --- a/common/quic.c +++ b/common/quic.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic.h b/common/quic.h index 8824db7..e8057e4 100644 --- a/common/quic.h +++ b/common/quic.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic_config.h b/common/quic_config.h index c9eb8fa..424a34d 100644 --- a/common/quic_config.h +++ b/common/quic_config.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic_family_tmpl.c b/common/quic_family_tmpl.c index 58ae693..3c45af3 100644 --- a/common/quic_family_tmpl.c +++ b/common/quic_family_tmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic_rgb_tmpl.c b/common/quic_rgb_tmpl.c index 2007df6..af3cda9 100644 --- a/common/quic_rgb_tmpl.c +++ b/common/quic_rgb_tmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/quic_tmpl.c b/common/quic_tmpl.c index 5a0a8e5..8a600d3 100644 --- a/common/quic_tmpl.c +++ b/common/quic_tmpl.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/rect.h b/common/rect.h index 61de99c..43e7f21 100644 --- a/common/rect.h +++ b/common/rect.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/region.h b/common/region.h index e685bfb..f981ef3 100644 --- a/common/region.h +++ b/common/region.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/ring.h b/common/ring.h index 4c17713..76c28a8 100644 --- a/common/ring.h +++ b/common/ring.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/rop3.c b/common/rop3.c index 6d2efa2..64baba8 100644 --- a/common/rop3.c +++ b/common/rop3.c @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. diff --git a/common/rop3.h b/common/rop3.h index 3a24ece..32a6203 100644 --- a/common/rop3.h +++ b/common/rop3.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* Copyright (C) 2009 Red Hat, Inc. |