Skip to content

Commit e4cd479

Browse files
committed
Merge branch 'master' of github.com:msgpack/msgpack-c
2 parents 8dae63e + a3f3508 commit e4cd479

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/msgpack/fbuffer.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
#ifndef MSGPACK_FBUFFER_H__
19-
#define MSGPACK_FBUFFER_H__
18+
#ifndef MSGPACK_FBUFFER_H
19+
#define MSGPACK_FBUFFER_H
2020

2121
#include <stdio.h>
2222

@@ -44,4 +44,3 @@ static inline int msgpack_fbuffer_write(void* data, const char* buf, unsigned in
4444
#endif
4545

4646
#endif /* msgpack/fbuffer.h */
47-

0 commit comments

Comments
 (0)