uncrustify as demanded.
[oweals/gnunet.git] / src / util / speedup.h
index a9ea1cbaec699588240c296199ab3443607d27c5..232d74f7d551fa88a8f23546c95fd2deaa56a33c 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 util/speedup.c
  * @brief Interface for speedup routinues
- * @author Sree Harsha Totakura <sreeharsha@totakura.in> 
+ * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  */
 
 #ifndef SPEEDUP_H_
  * @return GNUNET_OK on success, GNUNET_SYSERR if the speedup was not configured
  */
 int
-GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg);
+GNUNET_SPEEDUP_start_(const struct GNUNET_CONFIGURATION_Handle *cfg);
 
 /**
  * Stop tasks that modify clock behavior.
  */
 void
-GNUNET_SPEEDUP_stop_ (void);
+GNUNET_SPEEDUP_stop_(void);
 
 #endif  /* SPEEDUP_H_ */