global reindent, now with uncrustify hook enabled
[oweals/gnunet.git] / src / regex / regex_test_lib.h
index 7d7867f385c159b80f7f5950aa38d2d458ef0212..a0ad0723a32040b4719fd85e9c8e4c5d1148b6ba 100644 (file)
  *  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 <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
  */
 /**
  * @file src/regex/regex_test_lib.h
@@ -49,7 +54,7 @@ extern "C"
  * @return A string with a single regex that matches any of the original regexes
  */
 char *
-REGEX_TEST_combine (char * const regexes[], unsigned int alphabet_size);
+REGEX_TEST_combine (char *const regexes[], unsigned int alphabet_size);
 
 
 /**
@@ -138,8 +143,8 @@ enum REGEX_TEST_GraphSavingOptions
  */
 void
 REGEX_TEST_automaton_save_graph (struct REGEX_INTERNAL_Automaton *a,
-                                   const char *filename,
-                                   enum REGEX_TEST_GraphSavingOptions options);
+                                 const char *filename,
+                                 enum REGEX_TEST_GraphSavingOptions options);