X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=meson.build;h=38062a9ca69b94ded357f0d99c30f99cd4093c11;hb=3b117ab744100ca48f257ec6c9df83757cad8224;hp=f96fb3232bca6ebb79aa74a50044982622f168e5;hpb=b13e1a3c1f7252cda5ab95166d9f2d578983471f;p=tinc diff --git a/meson.build b/meson.build index f96fb323..38062a9c 100644 --- a/meson.build +++ b/meson.build @@ -121,7 +121,7 @@ prog_reformat = find_program('astyle', native: true, required: false) if prog_reformat.found() run_target('reformat', command: [ prog_reformat, - '--options=@SOURCE_ROOT@/.astylerc', + '--options=@SOURCE_ROOT@/.astylerc', '--recursive', '@SOURCE_ROOT@/*.c', '@SOURCE_ROOT@/*.h', ]) endif