Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/lltype.h

    r88d5c1e r27a8d1d  
    3939#include <stdint.h>
    4040
    41 #define HALF_BIT_CNT   (sizeof(int32_t) * sizeof(char))
    42 #define WHOLE_BIT_CNT  (sizeof(int64_t) * sizeof(char))
     41#define HALF_BIT_CNT (sizeof(int32_t) * sizeof(char))
     42#define WHOLE_BIT_CNT (sizeof(int64_t) * sizeof(char))
    4343
    4444#ifdef __BE__
Note: See TracChangeset for help on using the changeset viewer.