From 6593e70a155e88b3003dad39b7cb9fe9b22f3dab Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Mon, 24 Feb 2025 09:36:59 -0800 Subject: [PATCH] formatting --- src/core/defercalltest.cpp | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/core/defercalltest.cpp b/src/core/defercalltest.cpp index a7625467..63e97788 100644 --- a/src/core/defercalltest.cpp +++ b/src/core/defercalltest.cpp @@ -1,24 +1,24 @@ /* -* Copyright (C) 2025 Fastly, Inc. -* -* This file is part of Pushpin. -* -* $FANOUT_BEGIN_LICENSE:APACHE2$ -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -* -* $FANOUT_END_LICENSE$ -*/ + * Copyright (C) 2025 Fastly, Inc. + * + * This file is part of Pushpin. + * + * $FANOUT_BEGIN_LICENSE:APACHE2$ + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * $FANOUT_END_LICENSE$ + */ #include #include "timer.h"