Index: trunk/i386/libsaio/bootstruct.c =================================================================== --- trunk/i386/libsaio/bootstruct.c (revision 2659) +++ trunk/i386/libsaio/bootstruct.c (revision 2660) @@ -72,7 +72,7 @@ // Get system memory map. Also update the size of the // conventional/extended memory for backwards compatibility. - + bootInfo->memoryMapCount = getMemoryMap( bootInfo->memoryMap, kMemoryMapCountMax, (unsigned long *) &bootInfo->convmem, @@ -219,7 +219,7 @@ bootArgsPreLion->MemoryMapSize = bootArgs->MemoryMapSize; bootArgsPreLion->MemoryMapDescriptorSize = bootArgs->MemoryMapDescriptorSize; bootArgsPreLion->MemoryMapDescriptorVersion = bootArgs->MemoryMapDescriptorVersion; - + bootArgsPreLion->deviceTreeP = bootArgs->deviceTreeP; bootArgsPreLion->deviceTreeLength = bootArgs->deviceTreeLength; Index: trunk/i386/libsaio/nvidia_helper.c =================================================================== --- trunk/i386/libsaio/nvidia_helper.c (revision 2659) +++ trunk/i386/libsaio/nvidia_helper.c (revision 2660) @@ -48,7 +48,7 @@ . . . - + */ Index: trunk/i386/libsaio/nvidia_helper.h =================================================================== --- trunk/i386/libsaio/nvidia_helper.h (revision 2659) +++ trunk/i386/libsaio/nvidia_helper.h (revision 2660) @@ -9,15 +9,15 @@ typedef struct cardList_t { - char* model; - uint32_t id; - uint32_t subid; - uint64_t videoRam; - struct cardList_t* next; + char *model; + uint32_t id; + uint32_t subid; + uint64_t videoRam; + struct cardList_t *next; } cardList_t; -void add_card(char* model, uint32_t id, uint32_t subid, uint64_t videoRam); +void add_card(char *model, uint32_t id, uint32_t subid, uint64_t videoRam); void fill_card_list(void); -cardList_t* FindCardWithIds(uint32_t id, uint32_t subid); +cardList_t *FindCardWithIds(uint32_t id, uint32_t subid); -#endif //__LIBSAIO_NVIDIA_HELPER_H \ No newline at end of file +#endif //__LIBSAIO_NVIDIA_HELPER_H