diff options
Diffstat (limited to 'bgpd/rfp-example/rfptest/rfptest.c')
| -rw-r--r-- | bgpd/rfp-example/rfptest/rfptest.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bgpd/rfp-example/rfptest/rfptest.c b/bgpd/rfp-example/rfptest/rfptest.c index 39b798e516..c83539e0d5 100644 --- a/bgpd/rfp-example/rfptest/rfptest.c +++ b/bgpd/rfp-example/rfptest/rfptest.c @@ -1,4 +1,4 @@ -/* +/* * * Copyright 2015-2016, LabN Consulting, L.L.C. * @@ -24,9 +24,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); } |
