mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_ups: clang-format
This commit is contained in:
parent
6dd03aff71
commit
3572395054
1 changed files with 6 additions and 2 deletions
|
|
@ -40,7 +40,9 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
#include "netutils.h"
|
||||
#include "utils.h"
|
||||
|
||||
enum { PORT = 3493 };
|
||||
enum {
|
||||
PORT = 3493
|
||||
};
|
||||
|
||||
#define UPS_NONE 0 /* no supported options */
|
||||
#define UPS_UTILITY 1 /* supports utility line */
|
||||
|
|
@ -66,7 +68,9 @@ enum { PORT = 3493 };
|
|||
#define UPSSTATUS_UNKNOWN 4096
|
||||
#define UPSSTATUS_ALARM 8192
|
||||
|
||||
enum { NOSUCHVAR = ERROR - 1 };
|
||||
enum {
|
||||
NOSUCHVAR = ERROR - 1
|
||||
};
|
||||
|
||||
typedef struct ups_config {
|
||||
unsigned int server_port;
|
||||
|
|
|
|||
Loading…
Reference in a new issue