Skip to content

Commit

Permalink
unittests/tests-netdev_dummy: fixed header file include guard
Browse files Browse the repository at this point in the history
fixes #2623
  • Loading branch information
Darredevil authored and OlegHahm committed Mar 31, 2015
1 parent 7fa2391 commit 69dc7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unittests/tests-netdev_dummy/tests-netdev_dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#ifndef __TESTS_NETDEV_DUMMY_H_
#define __TESTS_NETDEV_DUMMY_H_
#ifndef TESTS_NETDEV_DUMMY_H_
#define TESTS_NETDEV_DUMMY_H_

#include "embUnit.h"

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

#endif /* __TESTS_NETDEV_DUMMY_H_ */
#endif /* TESTS_NETDEV_DUMMY_H_ */
/** @} */

0 comments on commit 69dc7c6

Please sign in to comment.