clang-format-3.7 --style=Google -i

(This time for real.)
This commit is contained in:
Scott Lamb 2016-01-31 21:56:29 -08:00
parent 708bbf5eb2
commit 09e1023b6a

View File

@ -136,8 +136,7 @@ void WebInterface::HandleCameraDetail(evhttp_request *req, void *arg) {
// Rather than listing each 60-second recording, generate a HTML row for
// aggregated .mp4 files of up to kForceSplitDuration90k each, provided
// there is no gap or change in video parameters between recordings.
static const int64_t kForceSplitDuration90k =
60 * 60 * kTimeUnitsPerSecond;
static const int64_t kForceSplitDuration90k = 60 * 60 * kTimeUnitsPerSecond;
ListCameraRecordingsRow aggregated;
auto maybe_finish_html_row = [&]() {
if (aggregated.start_time_90k == -1) {