whitespaces
This commit is contained in:
parent
daf881428e
commit
5ea2cb9f8d
2 changed files with 7 additions and 4 deletions
|
@ -122,3 +122,4 @@ extern "C" {
|
|||
|
||||
#endif /* GFX_USE_OS_RAW32 */
|
||||
#endif /* _GOS_RAW32_H */
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <string.h> // Prototype for memcpy()
|
||||
|
||||
|
||||
#if GOS_RAW_HEAP_SIZE != 0
|
||||
static void _gosHeapInit(void);
|
||||
#else
|
||||
|
@ -138,6 +137,7 @@ void gfxExit(void) {
|
|||
lastSlot->sz = sz;
|
||||
NextFree(lastSlot) = 0;
|
||||
}
|
||||
|
||||
void *gfxAlloc(size_t sz) {
|
||||
register memslot *prev, *p, *new;
|
||||
|
||||
|
@ -270,6 +270,7 @@ void gfxExit(void) {
|
|||
void gfxSystemLock(void) {
|
||||
INTERRUPTS_OFF();
|
||||
}
|
||||
|
||||
void gfxSystemUnlock(void) {
|
||||
INTERRUPTS_ON();
|
||||
}
|
||||
|
@ -740,3 +741,4 @@ threadreturn_t gfxThreadWait(gfxThreadHandle th) {
|
|||
}
|
||||
|
||||
#endif /* GFX_USE_OS_RAW32 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue