Add newlines to the end of all files
This commit is contained in:
@@ -164,4 +164,4 @@ const char * GetAuxArgumentName(const SHADER_VARIABLE_TYPE varType)
|
||||
ASSERT(0);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,4 +32,4 @@ bool IsGmemReservedSlot(FRAMEBUFFER_FETCH_TYPE type, const uint32_t regNumber);
|
||||
// Return the name of an auxiliary variable used to save intermediate values to bypass driver issues
|
||||
const char * GetAuxArgumentName(const SHADER_VARIABLE_TYPE varType);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -12,4 +12,4 @@ extern void* (* hlslcc_realloc)(void* p, size_t size);
|
||||
#define bstr__alloc hlslcc_malloc
|
||||
#define bstr__free hlslcc_free
|
||||
#define bstr__realloc hlslcc_realloc
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user