From 3395b22d578f9989265c17bd5e8241ef6bc2788d Mon Sep 17 00:00:00 2001 From: gnosygnu Date: Tue, 13 Dec 2016 21:43:31 -0500 Subject: [PATCH] Cfg: Convert 'Addon - Popups' (whitespace change) --- .../htmls/modules/popups/Xow_popup_mgr.java | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/400_xowa/src/gplx/xowa/htmls/modules/popups/Xow_popup_mgr.java b/400_xowa/src/gplx/xowa/htmls/modules/popups/Xow_popup_mgr.java index 229982878..61e8bb778 100644 --- a/400_xowa/src/gplx/xowa/htmls/modules/popups/Xow_popup_mgr.java +++ b/400_xowa/src/gplx/xowa/htmls/modules/popups/Xow_popup_mgr.java @@ -207,18 +207,12 @@ public class Xow_popup_mgr implements Gfo_invk, Gfo_evt_itm { else if (ctx.Match(k, Cfg__read_til_stop_fwd)) parser.Cfg().Read_til_stop_fwd_(m.ReadInt("v")); else if (ctx.Match(k, Cfg__read_til_stop_bwd)) parser.Cfg().Read_til_stop_bwd_(m.ReadInt("v")); else if (ctx.Match(k, Cfg__stop_if_hdr_after)) parser.Cfg().Stop_if_hdr_after_(m.ReadInt("v")); - else if (ctx.Match(k, Cfg__tmpl_tkn_max)) - parser.Tmpl_tkn_max_(m.ReadInt("v")); - else if (ctx.Match(k, Cfg__tmpl_keeplist)) - parser.Tmpl_keeplist_init_(m.ReadBry("v")); - else if (ctx.Match(k, Cfg__ns_allowed)) - Ns_allowed_(m.ReadBry("v")); - else if (ctx.Match(k, Cfg__xnde_ignore_ids)) - parser.Wrdx_mkr().Xnde_ignore_ids_(m.ReadBry("v")); - else if (ctx.Match(k, Cfg__scan_len)) - parser.Cfg().Tmpl_read_len_(m.ReadInt("v")); - else if (ctx.Match(k, Cfg__scan_max)) - parser.Cfg().Tmpl_read_max_(m.ReadInt("v")); + else if (ctx.Match(k, Cfg__tmpl_tkn_max)) parser.Tmpl_tkn_max_(m.ReadInt("v")); + else if (ctx.Match(k, Cfg__tmpl_keeplist)) parser.Tmpl_keeplist_init_(m.ReadBry("v")); + else if (ctx.Match(k, Cfg__ns_allowed)) Ns_allowed_(m.ReadBry("v")); + else if (ctx.Match(k, Cfg__xnde_ignore_ids)) parser.Wrdx_mkr().Xnde_ignore_ids_(m.ReadBry("v")); + else if (ctx.Match(k, Cfg__scan_len)) parser.Cfg().Tmpl_read_len_(m.ReadInt("v")); + else if (ctx.Match(k, Cfg__scan_max)) parser.Cfg().Tmpl_read_max_(m.ReadInt("v")); else return Gfo_invk_.Rv_unhandled; return this; }