mirror of
https://github.com/allinurl/goaccess.git
synced 2025-06-18 22:45:36 -04:00
Minor updates to indentation.
This commit is contained in:
parent
f1744a10d7
commit
5121d57c43
@ -1019,7 +1019,8 @@ set_browser_os (GLogItem *logitem) {
|
||||
logitem->browser = verify_browser (a1, browser_type);
|
||||
logitem->browser_type = xstrdup (browser_type);
|
||||
|
||||
if (!strncmp (logitem->browser_type, "Crawlers", 8) || !strncmp (logitem->browser_type, "Others", 6)) {
|
||||
if (!strncmp (logitem->browser_type, "Crawlers", 8) ||
|
||||
!strncmp (logitem->browser_type, "Others", 6)) {
|
||||
logitem->os = xstrdup (logitem->browser);
|
||||
logitem->os_type = xstrdup (browser_type);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user