From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26718 invoked by alias); 6 Jul 2008 04:23:19 -0000 Received: (qmail 26560 invoked by uid 22791); 6 Jul 2008 04:23:18 -0000 X-Spam-Check-By: sourceware.org Received: from ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 06 Jul 2008 04:23:01 +0000 Received: by ti-out-0910.google.com with SMTP id d10so235111tib.12 for ; Sat, 05 Jul 2008 21:22:58 -0700 (PDT) Received: by 10.110.70.5 with SMTP id s5mr1424954tia.27.1215318177840; Sat, 05 Jul 2008 21:22:57 -0700 (PDT) Received: by 10.110.109.4 with HTTP; Sat, 5 Jul 2008 21:22:57 -0700 (PDT) Message-ID: Date: Sun, 06 Jul 2008 04:23:00 -0000 From: teawater To: "Pedro Alves" Subject: Re: GDB record patch 0.1.6 for GDB branch msnyder-reverse-20080609-branch release Cc: gdb-patches@sourceware.org In-Reply-To: <200807041141.23109.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807031442.41033.pedro@codesourcery.com> <200807041141.23109.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00074.txt.bz2 OK. Thank you Pedro. teawater On Fri, Jul 4, 2008 at 18:41, Pedro Alves wrote: > On Friday 04 July 2008 07:04:53, teawater wrote: > >> BTW, I use "indent -gnu xxx.c" to deal with format case. How do you >> think about it? > > Fine to use once in your new files. Not so nice on existing files > which you are also changing, otherwise, you'll get what I was asking > not to have (spurious formatting changes). > > Note that it only takes care of indentation, it doesn't take care > of extra braces and parenthesis. > > -- > Pedro Alves >