summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cpp/cmt-cpp-cont.cpp
blob: 8885e36b73e6481d797a30f158dfc37e5a279e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "foo.h"

//
// plshade z xmin xmax ymin ymax \
// sh_min sh_max sh_cmap sh_color sh_width \
// min_col min_wid max_col max_wid \
rect [[pltr x y] | NULL ] [wrap]
//--------------------------------------------------------------------------

void foo()
{
   // plshade z xmin xmax ymin ymax \
     // sh_min sh_max sh_cmap sh_color sh_width \
       // min_col min_wid max_col max_wid \
      rect [[pltr x y] | NULL ] [wrap]
    //--------------------------------------------------------------------------
}