diff options
Diffstat (limited to 'org/output_xmls.org')
| -rw-r--r-- | org/output_xmls.org | 15 | 
1 files changed, 5 insertions, 10 deletions
diff --git a/org/output_xmls.org b/org/output_xmls.org index 0aa50d5..6854f4d 100644 --- a/org/output_xmls.org +++ b/org/output_xmls.org @@ -1521,8 +1521,7 @@ void scroll_write_output(M,C)(      foreach (o; doc) {        f.writeln(o);      } -  } -  catch (ErrnoException ex) { +  } catch (ErrnoException ex) {      // Handle error    }    writeln(" ", pth_html.fn_scroll(doc_matters.src.filename)); @@ -1791,8 +1790,7 @@ void seg_write_output(M,D,E)(        }        f.writeln(xhtml_format.tail);      } -  } -  catch (ErrnoException ex) { +  } catch (ErrnoException ex) {      // handle error    }    writeln(" ", pth_html.fn_seg(doc_matters.src.filename, "toc")); @@ -1816,8 +1814,7 @@ void css(M)(      f.writeln(css.html_seg_css);      f = File(pth_html.fn_scroll_css, "w");      f.writeln(css.html_scroll_css); -  } -  catch (ErrnoException ex) { +  } catch (ErrnoException ex) {      // Handle error    }  } @@ -2687,8 +2684,7 @@ void epub3_write_output_files(M,D,E,Mt,Mic,Otnx,Otn,Oc)(        zip.addMember(zip_arc_member_file);        createZipFile!()(fn_epub, zip.build());      } -  } -  catch (ErrnoException ex) { +  } catch (ErrnoException ex) {      // Handle error    }    writeln(" ", fn_epub); @@ -2706,8 +2702,7 @@ void epub3_write_output_files(M,D,E,Mt,Mic,Otnx,Otn,Oc)(            auto data = zipped.expand(member);            writeln(filename, " length ", data.length);          } -      } -      catch (ZipException ex) { +      } catch (ZipException ex) {          // Handle errors        }      }  | 
