From aa974d729138777484eb49d357aa70d66d0ac29a Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 18 Nov 2017 09:58:48 +0100 Subject: [PATCH] Applied newer clang-format on http(s)_examples --- http_examples.cpp | 4 ++-- https_examples.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/http_examples.cpp b/http_examples.cpp index 3e88570..0373a28 100644 --- a/http_examples.cpp +++ b/http_examples.cpp @@ -137,8 +137,8 @@ int main() { SimpleWeb::CaseInsensitiveMultimap header; -// Uncomment the following line to enable Cache-Control -// header.emplace("Cache-Control", "max-age=86400"); + // Uncomment the following line to enable Cache-Control + // header.emplace("Cache-Control", "max-age=86400"); #ifdef HAVE_OPENSSL // Uncomment the following lines to enable ETag diff --git a/https_examples.cpp b/https_examples.cpp index 94747aa..a422760 100644 --- a/https_examples.cpp +++ b/https_examples.cpp @@ -135,8 +135,8 @@ int main() { SimpleWeb::CaseInsensitiveMultimap header; -// Uncomment the following line to enable Cache-Control -// header.emplace("Cache-Control", "max-age=86400"); + // Uncomment the following line to enable Cache-Control + // header.emplace("Cache-Control", "max-age=86400"); #ifdef HAVE_OPENSSL // Uncomment the following lines to enable ETag