uncrustify as demanded.
[oweals/gnunet.git] / src / auction / test_auction_api.c
index 56b2a8192b35758831787695d247be4e90a1f192..39a002a5f62929d01745da55281f16ccf914b88c 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 auction/test_auction_api.c
  * @brief testcase for auction.c
 #include "platform.h"
 
 static int
-check ()
+check()
 {
   return 0;
 }
 
 int
-main (int argc, char *argv[])
+main(int argc, char *argv[])
 {
   int ret;
 
-  ret = check ();
+  ret = check();
 
   return ret;
 }