Skip to content

Commit

Permalink
Add missing newlines at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilka committed Mar 1, 2015
1 parent 88264f5 commit f75187d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DBlob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ u8* D3DBlob::Data()
return data;
}

} // namespace DX11
} // namespace DX11
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DBlob.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ class D3DBlob
ID3D10Blob* blob;
};

} // namespace
} // namespace
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DShader.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ namespace D3D
}
}

} // namespace DX11
} // namespace DX11
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DState.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ extern StateManager* stateman;

} // namespace

} // namespace DX11
} // namespace DX11
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ D3DTexture2D::~D3DTexture2D()
SAFE_RELEASE(tex);
}

} // namespace DX11
} // namespace DX11
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DTexture.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ class D3DTexture2D
UINT ref;
};

} // namespace DX11
} // namespace DX11
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/D3D/D3DUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ namespace D3D
void drawColorQuad(u32 Color, float x1, float y1, float x2, float y2);
}

}
}
2 changes: 1 addition & 1 deletion Source/PCH/pch.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "pch.h"
#include "pch.h"

0 comments on commit f75187d

Please sign in to comment.