From owner-freebsd-chat@FreeBSD.ORG Tue Apr 14 23:23:27 2009 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03C3106564A for ; Tue, 14 Apr 2009 23:23:27 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD468FC0A for ; Tue, 14 Apr 2009 23:23:27 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by ewy19 with SMTP id 19so2788625ewy.43 for ; Tue, 14 Apr 2009 16:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ToKWOlqhWuetGT7l6ClDtBXvUzc7d5vBmZipS7YFDQY=; b=NB+TkR7hj1WYpNkQvOdrG848bdrfWRCGwPMQpLMIu8qEilHvgTpljP0IB6XxIJfiGD QBUZMTGZTf0QGvtRPaIAT8FRaMgBAY+OnpbZwMHmSaM5G67KzxXt1HoUWqxe36jRyIgn 6s+VgLfaktxlO4hbeh4HaXTLJcAoKF9NFSYps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=w37GOlHAkoaGxoh78f6nkXPaK3rHG5Ru4cszyHbyFf7RIP3cOZDZH+2ZXy871GW43S q+Z7C3cWE2kAy2RE6dyWSbbJZgMuk98X0jIQ4SeLfqj23mrxY+W70pErL2Blqkeocehx lW+ieH3JnW89th6nCkvaEXBuRt83k7Yy37ax8= Received: by 10.216.30.71 with SMTP id j49mr1902496wea.89.1239751406129; Tue, 14 Apr 2009 16:23:26 -0700 (PDT) Received: from ?157.181.96.136? (quark.teteny.elte.hu [157.181.96.136]) by mx.google.com with ESMTPS id g11sm17163152gve.5.2009.04.14.16.23.25 (version=SSLv3 cipher=RC4-MD5); Tue, 14 Apr 2009 16:23:25 -0700 (PDT) Message-ID: <49E51B42.2060405@gmail.com> Date: Wed, 15 Apr 2009 01:24:50 +0200 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15 MIME-Version: 1.0 To: freebsd-chat@freebsd.org References: <49E2FBE2.8020305@gmail.com> <20090413140912.GC29833@Grumpy.DynDNS.org> In-Reply-To: <20090413140912.GC29833@Grumpy.DynDNS.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: My whitespace style X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 23:23:28 -0000 David Kelly wrote: > On Mon, Apr 13, 2009 at 10:46:26AM +0200, deeptech71@gmail.com wrote: >> Tabs are better, because they allow the programmer to specify the >> desired width, and is dynamically changable at any time. > > Spaces are better because they let the author specify the formatting and > not left to some other re-interpretation. And indeed they should used where formatting is important. However, C/C++ indentation is not of this nature.