]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/rfp-example/rfptest/rfptest.c
*: reindent
[mirror_frr.git] / bgpd / rfp-example / rfptest / rfptest.c
index 2141933d14c35de9d67159a2cdb8228b07b2453e..53e1c33cfbb0f0406761b4d38b8850c713983014 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  *
  * Copyright 2015-2016, LabN Consulting, L.L.C.
  *
@@ -23,9 +23,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "rfptest.h"
-int
-main ()
+int main()
 {
-  printf ("Your test code goes here.\n");
-  exit (1);
+       printf("Your test code goes here.\n");
+       exit(1);
 }