summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/30817-cmt-cpp-cont.cpp
blob: 9acbac589d1ec0c3e569b98437a1ec91529a1176 (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]
   //--------------------------------------------------------------------------
}