summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/visual-fn-type.rs
blob: 67dad5fa4602f0427718b912f8fd97131fba71fe (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-indent_style: Visual
type CNodeSetAtts = unsafe extern "C" fn(node: *const RsvgNode,
                                         node_impl: *const RsvgCNodeImpl,
                                         handle: *const RsvgHandle,
                                         pbag: *const PropertyBag)
                                         ;
type CNodeDraw = unsafe extern "C" fn(node: *const RsvgNode,
                                      node_impl: *const RsvgCNodeImpl,
                                      draw_ctx: *const RsvgDrawingCtx,
                                      dominate: i32);