From d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 8 Sep 2019 12:33:09 +0000 Subject: uncrustify as demanded. --- src/util/speedup.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/util/speedup.h') diff --git a/src/util/speedup.h b/src/util/speedup.h index 5b665133e..232d74f7d 100644 --- a/src/util/speedup.h +++ b/src/util/speedup.h @@ -11,17 +11,17 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . SPDX-License-Identifier: AGPL3.0-or-later -*/ + */ /** * @file util/speedup.c * @brief Interface for speedup routinues - * @author Sree Harsha Totakura + * @author Sree Harsha Totakura */ #ifndef SPEEDUP_H_ @@ -34,12 +34,12 @@ * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured */ int -GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg); +GNUNET_SPEEDUP_start_(const struct GNUNET_CONFIGURATION_Handle *cfg); /** * Stop tasks that modify clock behavior. */ void -GNUNET_SPEEDUP_stop_ (void); +GNUNET_SPEEDUP_stop_(void); #endif /* SPEEDUP_H_ */ -- cgit v1.2.3