Skip to content

Commit

Permalink
unittests/tests-pktbuf: fixed header file include guard
Browse files Browse the repository at this point in the history
fixes #2623
  • Loading branch information
Darredevil committed Mar 22, 2015
1 parent d5848d6 commit 7c97136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unittests/tests-pktbuf/tests-pktbuf.h
Expand Up @@ -15,8 +15,8 @@
*
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#ifndef __TESTS_PKTBUF_H_
#define __TESTS_PKTBUF_H_
#ifndef TESTS_PKTBUF_H_
#define TESTS_PKTBUF_H_

#include "embUnit.h"

Expand All @@ -33,5 +33,5 @@ void tests_pktbuf(void);
}
#endif

#endif /* __TESTS_PKTBUF_H_ */
#endif /* TESTS_PKTBUF_H_ */
/** @} */

0 comments on commit 7c97136

Please sign in to comment.