mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 22:22:15 +02:00
run meson formatter
This commit is contained in:
parent
80b8875fea
commit
221d520c37
33 changed files with 661 additions and 315 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# this file is part of irssi
|
||||
|
||||
shared_library('irc_proxy',
|
||||
shared_library(
|
||||
'irc_proxy',
|
||||
files(
|
||||
'dump.c',
|
||||
'listen.c',
|
||||
|
|
@ -13,7 +14,7 @@ shared_library('irc_proxy',
|
|||
install : true,
|
||||
install_dir : moduledir,
|
||||
dependencies : dep,
|
||||
override_options : ['b_lundef=false'],
|
||||
override_options : [ 'b_lundef=false' ],
|
||||
)
|
||||
|
||||
# noinst_headers = files(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue