mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Add missing newlines at EOF
This commit is contained in:
parent
88264f5712
commit
f75187db3e
@ -54,4 +54,4 @@ u8* D3DBlob::Data()
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace DX11
|
} // namespace DX11
|
||||||
|
@ -37,4 +37,4 @@ private:
|
|||||||
ID3D10Blob* blob;
|
ID3D10Blob* blob;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
@ -54,4 +54,4 @@ namespace D3D
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace DX11
|
} // namespace DX11
|
||||||
|
@ -296,4 +296,4 @@ extern StateManager* stateman;
|
|||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
} // namespace DX11
|
} // namespace DX11
|
||||||
|
@ -110,4 +110,4 @@ D3DTexture2D::~D3DTexture2D()
|
|||||||
SAFE_RELEASE(tex);
|
SAFE_RELEASE(tex);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace DX11
|
} // namespace DX11
|
||||||
|
@ -44,4 +44,4 @@ private:
|
|||||||
UINT ref;
|
UINT ref;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace DX11
|
} // namespace DX11
|
||||||
|
@ -69,4 +69,4 @@ namespace D3D
|
|||||||
void drawColorQuad(u32 Color, float x1, float y1, float x2, float y2);
|
void drawColorQuad(u32 Color, float x1, float y1, float x2, float y2);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user