delete empty lines before EOL

This commit is contained in:
IOhannes m zmölnig 2020-03-09 10:52:41 +01:00
parent 9b1ba69e7e
commit b96e3692e0

View file

@ -17,5 +17,3 @@ void multiplexxA_setup(void) {
multiplexxA_class = class_new(gensym("multiplexxA"), multiplexxA_new, 0, sizeof(t_object), 0, A_NULL);
class_addfloat(multiplexxA_class, multiplexxA_float);
}