]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbase.C
small stuff, whitespace & consistent naming
[lyx.git] / src / insets / insetbase.C
index 572ab221bd2df8754e5fbdc72dd6eab978cc9d36..4c8a6022be1dcda608c70f8a8e0ac650a9277d16 100644 (file)
@@ -19,6 +19,7 @@ InsetBase::dispatch(FuncRequest const & f, idx_type & i, pos_type & p)
        return priv_dispatch(f, i, p);
 }
 
+
 dispatch_result
 InsetBase::dispatch(FuncRequest const & f)
 {