Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
8c8af94d
Commit
8c8af94d
authored
Jan 05, 2017
by
Jonathan Wilkes
Browse files
fix spacing issue
parent
f91ba2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_bang.c
View file @
8c8af94d
...
...
@@ -503,7 +503,7 @@ static void *bng_new(t_symbol *s, int argc, t_atom *argv)
static
void
bng_ff
(
t_bng
*
x
)
{
if
(
iemgui_has_rcv
(
&
x
->
x_gui
))
if
(
iemgui_has_rcv
(
&
x
->
x_gui
))
pd_unbind
(
&
x
->
x_gui
.
x_obj
.
ob_pd
,
x
->
x_gui
.
x_rcv
);
clock_free
(
x
->
x_clock_lck
);
clock_free
(
x
->
x_clock_brk
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment