Skip to content

Commit 6504a8f

Browse files
style: reformat file
Signed-off-by: Ar Rakin <[email protected]>
1 parent 11907bf commit 6504a8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/modules/mod_foo.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
/*
22
* This file is part of OSN freehttpd.
3-
*
3+
*
44
* Copyright (C) 2025 OSN Developers.
55
*
66
* OSN freehttpd is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU Affero General Public License as published by
88
* the Free Software Foundation, either version 3 of the License, or
99
* (at your option) any later version.
10-
*
10+
*
1111
* OSN freehttpd is distributed in the hope that it will be useful,
1212
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
* GNU Affero General Public License for more details.
15-
*
15+
*
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with OSN freehttpd. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

20+
#include <stdint.h>
2021
#include <stdio.h>
2122
#include <stdlib.h>
2223
#include <string.h>
23-
#include <stdint.h>
2424
#include <unistd.h>
2525

2626
#define FH_LOG_MODULE_NAME "foo"
2727

28-
#include "core/server.h"
2928
#include "core/module.h"
29+
#include "core/server.h"
3030
#include "log/log.h"
3131

3232
static int

0 commit comments

Comments
 (0)