Skip to content

Commit f491b23

Browse files
remove trailing whitespace
1 parent c3700fe commit f491b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/doxygen-awesome-darkmode-toggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class DoxygenAwesomeDarkModeToggle extends HTMLElement {
4646
DoxygenAwesomeDarkModeToggle.onSystemPreferenceChanged()
4747
})
4848
// Update the color scheme when the tab is made visible again.
49-
// It is possible that the appearance was changed in another tab
49+
// It is possible that the appearance was changed in another tab
5050
// while this tab was in the background.
5151
document.addEventListener("visibilitychange", visibilityState => {
5252
if (document.visibilityState === 'visible') {

docs/doxygen-awesome.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,8 +2257,8 @@ html.dark-mode .iconfclosed {
22572257
background-color: transparent;
22582258
}
22592259

2260-
/*
2261-
Class Index Doxygen 1.8
2260+
/*
2261+
Class Index Doxygen 1.8
22622262
*/
22632263

22642264
table.classindex {

0 commit comments

Comments
 (0)