Package: astyle
Version: 1.15.3-5
Followup-For: Bug #355171


Also, I wanted to mention that there's some extra new-line'ing if I use "get"
as a method name.  For instance, here's an example (with the --style=gnu
option):

class SharedCounter
  {
  public:
    SharedCounter();
    ~SharedCounter();
    void increment();
    int get
      ();
    void waitForCountAtLeast (int i);
  private:
    int count;
    smutex_t mutex;
    scond_t count_changed;
  };

I noticed that there are a few bugs regarding new-lines.  Maybe they're
related.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (90, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-hole
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages astyle depends on:
ii  libc6                         2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-9  GCC support library
ii  libstdc++6                    4.0.2-9    The GNU Standard C++ Library v3

astyle recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to