Fix more space in comments (see issue #3384)

This commit is contained in:
Marshall Greenblatt 2022-09-06 16:11:02 -04:00
parent 9c359b682b
commit 53c365b752
1 changed files with 5 additions and 4 deletions

View File

@ -386,10 +386,11 @@ typedef struct _cef_settings_t {
///
/// The number of stack trace frames to capture for uncaught exceptions.
/// Specify a positive value to enable the CefRenderProcessHandler::
/// OnUncaughtException() callback. Specify 0 (default value) and
/// OnUncaughtException() will not be called. Also configurable using the
/// "uncaught-exception-stack-size" command-line switch.
/// Specify a positive value to enable the
/// CefRenderProcessHandler::OnUncaughtException() callback. Specify 0
/// (default value) and OnUncaughtException() will not be called. Also
/// configurable using the "uncaught-exception-stack-size" command-line
/// switch.
///
int uncaught_exception_stack_size;