lttng-ctl: health: remove unreachable condition
[lttng-tools.git] / tests / unit / test_uri.c
index 58042c42e9c218818fac300ba392c26086dc5849..6ef0bf6e327ef809a3d51664e7507110b1a0a396 100644 (file)
@@ -1,18 +1,8 @@
 /*
- * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
+ * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by as
- * published by the Free Software Foundation; only version 2 of the License.
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <assert.h>
@@ -198,7 +188,7 @@ static void test_uri_parsing(void)
        assert(!uri);
 }
 
-static void test_uri_cmp()
+static void test_uri_cmp(void)
 {
        struct lttng_uri *uri1, *uri2;
        const char *s_uri1 = "net://localhost";
This page took 0.025066 seconds and 4 git commands to generate.