Skip to content

Commit

Permalink
tools/nut-scanner/scan_snmp.c, tools/nut-scanner/scan_xml_http.c: use…
Browse files Browse the repository at this point in the history
… blank lines in fallback not-built-here methods markup (as in other files)

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 10, 2024
1 parent 1a55a70 commit 02134d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/nut-scanner/scan_snmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ nutscan_device_t * nutscan_scan_snmp(const char * start_ip, const char * stop_ip
NUT_UNUSED_VARIABLE(stop_ip);
NUT_UNUSED_VARIABLE(usec_timeout);
NUT_UNUSED_VARIABLE(sec);

return NULL;
}

Expand All @@ -1410,6 +1411,7 @@ nutscan_device_t * nutscan_scan_ip_range_snmp(nutscan_ip_range_list_t * irl,
NUT_UNUSED_VARIABLE(irl);
NUT_UNUSED_VARIABLE(usec_timeout);
NUT_UNUSED_VARIABLE(sec);

return NULL;
}

Expand Down
2 changes: 2 additions & 0 deletions tools/nut-scanner/scan_xml_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ nutscan_device_t * nutscan_scan_xml_http_range(const char * start_ip, const char
NUT_UNUSED_VARIABLE(end_ip);
NUT_UNUSED_VARIABLE(usec_timeout);
NUT_UNUSED_VARIABLE(sec);

return NULL;
}

Expand All @@ -822,6 +823,7 @@ nutscan_device_t * nutscan_scan_ip_range_xml_http(nutscan_ip_range_list_t * irl,
NUT_UNUSED_VARIABLE(irl);
NUT_UNUSED_VARIABLE(usec_timeout);
NUT_UNUSED_VARIABLE(sec);

return NULL;
}

Expand Down

0 comments on commit 02134d0

Please sign in to comment.