re-indent browser window and cleanup comments

no functional change
This commit is contained in:
Vincent Sanders 2019-09-29 21:46:23 +01:00
parent ca20dab9cf
commit b37fdcd7e2
2 changed files with 371 additions and 287 deletions

File diff suppressed because it is too large Load Diff

View File

@ -300,10 +300,11 @@ void browser_window_stop(struct browser_window *bw);
/**
* Reload the page in a browser window.
*
* \param bw browser window
* \param all whether to reload all objects associated with the page
* \param bw browser window
* \param all whether to reload all objects associated with the page
* \return NSERROR_OK on success else error code.
*/
void browser_window_reload(struct browser_window *bw, bool all);
nserror browser_window_reload(struct browser_window *bw, bool all);
/**