mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Normalize line endings
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
#include "QDPictEmitContext.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
bool QDPictBlitSourceType_IsIndexed(QDPictBlitSourceType sourceType)
|
||||
{
|
||||
switch (sourceType)
|
||||
{
|
||||
case QDPictBlitSourceType_Indexed1Bit:
|
||||
case QDPictBlitSourceType_Indexed2Bit:
|
||||
case QDPictBlitSourceType_Indexed4Bit:
|
||||
case QDPictBlitSourceType_Indexed8Bit:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
#include "QDPictEmitContext.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
bool QDPictBlitSourceType_IsIndexed(QDPictBlitSourceType sourceType)
|
||||
{
|
||||
switch (sourceType)
|
||||
{
|
||||
case QDPictBlitSourceType_Indexed1Bit:
|
||||
case QDPictBlitSourceType_Indexed2Bit:
|
||||
case QDPictBlitSourceType_Indexed4Bit:
|
||||
case QDPictBlitSourceType_Indexed8Bit:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user