Fix space in comments (see issue #3384)

This commit is contained in:
Marshall Greenblatt 2022-09-05 14:10:30 -04:00
parent 4e748875b3
commit 06acb7e3d3
4 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
// by hand. See the translator.README.txt file in the tools directory for // by hand. See the translator.README.txt file in the tools directory for
// more information. // more information.
// //
// $hash=82133f72b4df1d04fb9d980a0e9b6a1905944abb$ // $hash=f8a604f73a04bec535d72ec7d05906da8c953b6b$
// //
#ifndef CEF_INCLUDE_CAPI_CEF_BROWSER_CAPI_H_ #ifndef CEF_INCLUDE_CAPI_CEF_BROWSER_CAPI_H_
@ -687,8 +687,8 @@ typedef struct _cef_browser_host_t {
/// ///
/// Returns the maximum rate in frames per second (fps) that /// Returns the maximum rate in frames per second (fps) that
/// cef_render_handler_t:: OnPaint will be called for a windowless browser. /// cef_render_handler_t::OnPaint will be called for a windowless browser. The
/// The actual fps may be lower if the browser cannot generate frames at the /// actual fps may be lower if the browser cannot generate frames at the
/// requested rate. The minimum value is 1 and the maximum value is 60 /// requested rate. The minimum value is 1 and the maximum value is 60
/// (default 30). This function can only be called on the UI thread. /// (default 30). This function can only be called on the UI thread.
/// ///

View File

@ -33,7 +33,7 @@
// by hand. See the translator.README.txt file in the tools directory for // by hand. See the translator.README.txt file in the tools directory for
// more information. // more information.
// //
// $hash=c0d4656f9f85a294084d0fb039e3ab0b77a19262$ // $hash=98f6d1c93609958fa457c15d7f6fef56fac7e3f6$
// //
#ifndef CEF_INCLUDE_CAPI_CEF_V8_CAPI_H_ #ifndef CEF_INCLUDE_CAPI_CEF_V8_CAPI_H_