Commit 554abb12 authored by Victor Zverovich's avatar Victor Zverovich

Fix formatting

parent f2c16957
...@@ -1412,7 +1412,7 @@ class SystemError : public internal::RuntimeError { ...@@ -1412,7 +1412,7 @@ class SystemError : public internal::RuntimeError {
the system message corresponding to the error code. the system message corresponding to the error code.
*error_code* is a system error code as given by ``errno``. *error_code* is a system error code as given by ``errno``.
**Example** **Example**::
// This throws a SystemError with the description // This throws a SystemError with the description
// cannot open file 'madeup': No such file or directory // cannot open file 'madeup': No such file or directory
...@@ -2114,7 +2114,7 @@ class WindowsError : public SystemError { ...@@ -2114,7 +2114,7 @@ class WindowsError : public SystemError {
**Example**:: **Example**::
// This throws an WindowsError with the description // This throws a WindowsError with the description
// cannot open file 'madeup': The system cannot find the file specified. // cannot open file 'madeup': The system cannot find the file specified.
// or similar (system message may vary). // or similar (system message may vary).
const char *filename = "madeup"; const char *filename = "madeup";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment