# HG changeset patch # User Mikael Hallendal # Date 1223462090 -7200 # Node ID fb0f1adfa2719c7b8bd2b77050ac552e98f16f84 # Parent 6f2269800c54c5381a28753ff3f8aea77887e78b Change the emacs format string to use space instead of tab for indentation diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-asyncns-resolver.c --- a/loudmouth/lm-asyncns-resolver.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-asyncns-resolver.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-asyncns-resolver.h --- a/loudmouth/lm-asyncns-resolver.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-asyncns-resolver.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-blocking-resolver.c --- a/loudmouth/lm-blocking-resolver.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-blocking-resolver.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-blocking-resolver.h --- a/loudmouth/lm-blocking-resolver.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-blocking-resolver.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-connection.c --- a/loudmouth/lm-connection.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-connection.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2008 Imendio AB * Copyright (C) 2006 Nokia Corporation. All rights reserved. diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-connection.h --- a/loudmouth/lm-connection.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-connection.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-debug.c --- a/loudmouth/lm-debug.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-debug.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-debug.h --- a/loudmouth/lm-debug.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-debug.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-dummy.c --- a/loudmouth/lm-dummy.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-dummy.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-dummy.h --- a/loudmouth/lm-dummy.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-dummy.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-error.c --- a/loudmouth/lm-error.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-error.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-error.h --- a/loudmouth/lm-error.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-error.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-feature-ping.c --- a/loudmouth/lm-feature-ping.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-feature-ping.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-feature-ping.h --- a/loudmouth/lm-feature-ping.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-feature-ping.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-internals.h --- a/loudmouth/lm-internals.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-internals.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-handler.c --- a/loudmouth/lm-message-handler.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-handler.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-handler.h --- a/loudmouth/lm-message-handler.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-handler.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-node.c --- a/loudmouth/lm-message-node.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-node.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-node.h --- a/loudmouth/lm-message-node.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-node.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-queue.c --- a/loudmouth/lm-message-queue.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-queue.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message-queue.h --- a/loudmouth/lm-message-queue.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message-queue.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message.c --- a/loudmouth/lm-message.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-message.h --- a/loudmouth/lm-message.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-message.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-misc.c --- a/loudmouth/lm-misc.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-misc.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-misc.h --- a/loudmouth/lm-misc.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-misc.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-old-socket.c --- a/loudmouth/lm-old-socket.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-old-socket.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006-2008 Imendio AB * Copyright (C) 2006 Nokia Corporation. All rights reserved. diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-old-socket.h --- a/loudmouth/lm-old-socket.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-old-socket.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-parser.c --- a/loudmouth/lm-parser.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-parser.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-parser.h --- a/loudmouth/lm-parser.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-parser.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-proxy.c --- a/loudmouth/lm-proxy.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-proxy.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2004 Imendio AB * Copyright (C) 2004 Josh Beam diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-proxy.h --- a/loudmouth/lm-proxy.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-proxy.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2004 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-resolver.c --- a/loudmouth/lm-resolver.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-resolver.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-resolver.h --- a/loudmouth/lm-resolver.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-resolver.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-sasl.c --- a/loudmouth/lm-sasl.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-sasl.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2007 Collabora Ltd. * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-sasl.h --- a/loudmouth/lm-sasl.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-sasl.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2007 Collabora Ltd. * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-sha.h --- a/loudmouth/lm-sha.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-sha.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-simple-io.c --- a/loudmouth/lm-simple-io.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-simple-io.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-simple-io.h --- a/loudmouth/lm-simple-io.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-simple-io.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-sock.c --- a/loudmouth/lm-sock.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-sock.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-sock.h --- a/loudmouth/lm-sock.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-sock.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-socket.c --- a/loudmouth/lm-socket.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-socket.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-socket.h --- a/loudmouth/lm-socket.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-socket.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-soup-socket.c --- a/loudmouth/lm-soup-socket.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-soup-socket.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-soup-socket.h --- a/loudmouth/lm-soup-socket.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-soup-socket.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-base.c --- a/loudmouth/lm-ssl-base.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-base.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-base.h --- a/loudmouth/lm-ssl-base.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-base.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-generic.c --- a/loudmouth/lm-ssl-generic.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-generic.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-gnutls.c --- a/loudmouth/lm-ssl-gnutls.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-gnutls.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-internals.h --- a/loudmouth/lm-ssl-internals.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-internals.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2006 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl-openssl.c --- a/loudmouth/lm-ssl-openssl.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl-openssl.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2006 Imendio AB * Copyright (C) 2006 Nokia Corporation. All rights reserved. diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-ssl.h --- a/loudmouth/lm-ssl.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-ssl.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003-2004 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-tcp-socket.c --- a/loudmouth/lm-tcp-socket.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-tcp-socket.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-tcp-socket.h --- a/loudmouth/lm-tcp-socket.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-tcp-socket.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-utils.c --- a/loudmouth/lm-utils.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-utils.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-utils.h --- a/loudmouth/lm-utils.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-utils.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-xmpp-writer.c --- a/loudmouth/lm-xmpp-writer.c Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-xmpp-writer.c Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/lm-xmpp-writer.h --- a/loudmouth/lm-xmpp-writer.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/lm-xmpp-writer.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Imendio AB * diff -r 6f2269800c54 -r fb0f1adfa271 loudmouth/loudmouth.h --- a/loudmouth/loudmouth.h Mon Oct 06 21:54:34 2008 +0200 +++ b/loudmouth/loudmouth.h Wed Oct 08 12:34:50 2008 +0200 @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * Copyright (C) 2003 Imendio AB *