On 21 November 2014 03:01, Álvaro Fernández Rojas <[email protected]> wrote: > + if(val != null) {
Please follow the standard (whatever it is) and use a space after "if". > + if ((val.length == 0 && !d.opt)) Btw. you could drop the extra pair of braces there :) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
