Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4929 → Rev 4930

/contrib/sdk/sources/newlib/libc/include/assert.h
2,6 → 2,9
assert.h
*/
 
#ifndef __ASSERT_H__
#define __ASSERT_H__
 
#ifdef __cplusplus
extern "C" {
#endif
48,3 → 51,5
#ifdef __cplusplus
}
#endif
 
#endif /* __ASSERT_H__ */