Fix copyright and whitespace
This commit is contained in:
parent
659cdf1ff5
commit
a081fb8920
2 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ STATUS spacestate_update(TALLOC_CTX *mem_ctx, const char *prom, const char *code
|
||||||
if (must_open) {
|
if (must_open) {
|
||||||
dbi_conn_queryf(conn, "UPDATE space_state set override=0, override_state='open'");
|
dbi_conn_queryf(conn, "UPDATE space_state set override=0, override_state='open'");
|
||||||
} else if (must_close) {
|
} else if (must_close) {
|
||||||
dbi_conn_queryf(conn, "UPDATE space_state set override=1, override_state='close'");
|
dbi_conn_queryf(conn, "UPDATE space_state set override=1, override_state='closed'");
|
||||||
}
|
}
|
||||||
|
|
||||||
return ST_OK;
|
return ST_OK;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
SIA-HS Alarm Monitoring Service
|
SIA-HS Alarm Monitoring Service
|
||||||
Copyright (C) Wilco Baan Hofman <wilco@baanhofman.nl> 2012
|
Copyright (C) Wilco Baan Hofman <wilco@baanhofman.nl> 2013
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue