X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsvec.h;h=7fdc6b5138a2dad3ff9cebe6a6353b95692b6d03;hb=406e37ecf554529e9380ef06863d85ccc94009d1;hp=d9bb8a79e2f5b4ff73d940cdebbeca8eef9f6ec3;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/lib/svec.h b/lib/svec.h index d9bb8a79..7fdc6b51 100644 --- a/lib/svec.h +++ b/lib/svec.h @@ -19,7 +19,7 @@ #include #include - + #ifdef __cplusplus extern "C" { #endif @@ -71,7 +71,7 @@ void svec_pop_back(struct svec *); ? (NAME) = (SVEC)->names[INDEX], 1 \ : 0); \ (INDEX)++) - + #ifdef __cplusplus } #endif