Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/carp_status.php | ||
---|---|---|
122 | 122 |
$carp_detected_problems = get_single_sysctl("net.inet.carp.demotion"); |
123 | 123 |
} |
124 | 124 |
|
125 |
$pgtitle = array(gettext("Status"),gettext("CARP")); |
|
125 |
$pgtitle = array(gettext("Status"), gettext("CARP"));
|
|
126 | 126 |
$shortcut_section = "carp"; |
127 | 127 |
include("head.inc"); |
128 | 128 |
|
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.