aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats.h')
-rw-r--r--src/ats/gnunet-service-ats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/gnunet-service-ats.h b/src/ats/gnunet-service-ats.h
index 521a460ff..6abe57fdb 100644
--- a/src/ats/gnunet-service-ats.h
+++ b/src/ats/gnunet-service-ats.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file ats/gnunet-service-ats.h 22 * @file ats/gnunet-service-ats.h
@@ -31,7 +31,7 @@
31 31
32#define GAS_normalization_queue_length 3 32#define GAS_normalization_queue_length 3
33 33
34#define BANDWIDTH_ZERO GNUNET_BANDWIDTH_value_init (0) 34#define BANDWIDTH_ZERO GNUNET_BANDWIDTH_value_init(0)
35 35
36/** 36/**
37 * Handle for statistics. 37 * Handle for statistics.