emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C mode bug


From: Paul Pogonyshev
Subject: C mode bug
Date: Wed, 28 Jun 2006 14:11:09 +0300
User-agent: KMail/1.7.2

In template specialization (C++) C mode gives incorrect indentation
when function name is given on separate line:

  template <>
  struct test <int>
  {
    void
    function ()
    { }
  };

is indented as

  template <>
  struct test <int>
  {
    void
      function ()
    { }
  };

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]