add $(GN_LIBINTL) to Makefile.am (fixes 0005902)
[oweals/gnunet.git] / src / regex / test_regex_proofs.c
index 72e02fa07ed0b79fecdcfa0da2157e7fb3ff5c55..8908084b0bafd102f0b082dc79a9f2e706a9b992 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 regex/test_regex_proofs.c
  * @brief test for regex.c
@@ -130,7 +132,8 @@ test_proofs_static ()
   for (i = 0; i < 8; i += 2)
   {
     dfa1 = REGEX_INTERNAL_construct_dfa (regex[i], strlen (regex[i]), 1);
-    dfa2 = REGEX_INTERNAL_construct_dfa (regex[i + 1], strlen (regex[i + 1]), 1);
+    dfa2 = REGEX_INTERNAL_construct_dfa (regex[i + 1], strlen (regex[i + 1]),
+                                         1);
     GNUNET_assert (NULL != dfa1);
     GNUNET_assert (NULL != dfa2);