STAND BACK - NEWLINE POLICE

gcc spams warnings when newlines are not at the end of files.
reason: http://gcc.gnu.org/ml/gcc/2001-07/msg01120.html


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4582 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
bztdlinux
2009-11-15 22:26:39 +00:00
parent d28a1e06f5
commit f796d4d747
47 changed files with 47 additions and 47 deletions

View File

@ -25,4 +25,4 @@
void InitBPMemory();
#endif
#endif

View File

@ -24,4 +24,4 @@
#include "../../../Core/VideoCommon/Src/CPMemory.h"
#endif
#endif

View File

@ -297,4 +297,4 @@ namespace Clipper
screen[2] = projected[2] * wInverse + m_ViewOffset[2];
}
}
}

View File

@ -43,4 +43,4 @@ namespace Clipper
}
#endif
#endif

View File

@ -167,4 +167,4 @@ namespace CommandProcessor
} // end of namespace CommandProcessor
#endif
#endif

View File

@ -210,4 +210,4 @@ void OnFrameEnd()
}
}
}
}

View File

@ -34,4 +34,4 @@ namespace DebugUtil
void DrawObjectBuffer(s16 x, s16 y, u8 *color, int buffer, const char *name);
}
#endif
#endif

View File

@ -105,4 +105,4 @@ namespace EfbCopy
}
}
}
}
}

View File

@ -29,4 +29,4 @@ namespace EfbCopy
}
#endif
#endif

View File

@ -542,4 +542,4 @@ namespace EfbInterface
return pass;
}
}
}

View File

@ -47,4 +47,4 @@ namespace EfbInterface
extern u8 efbColorTexture[EFB_WIDTH*EFB_HEIGHT*4]; // rgba format
}
#endif
#endif

View File

@ -294,4 +294,4 @@ void Run(u32 iBufferSize)
currentFunction(iBufferSize);
}
}
}

View File

@ -59,4 +59,4 @@ namespace OpcodeDecoder
void Run(u32 iBufferSize);
}
#endif
#endif

View File

@ -46,4 +46,4 @@ namespace Rasterizer
static Slope TexSlopes[8][3];
}
#endif
#endif

View File

@ -47,4 +47,4 @@ public:
void SetupVertex();
};
#endif
#endif

View File

@ -73,4 +73,4 @@ public:
enum { RED_C, GRN_C, BLU_C, ALP_C };
};
#endif
#endif

View File

@ -26,4 +26,4 @@ namespace TextureEncoder
void Encode(u8 *dest_ptr);
}
#endif
#endif

View File

@ -27,4 +27,4 @@ namespace TextureSampler
}
#endif
#endif

View File

@ -34,4 +34,4 @@ namespace TransformUnit
void TransformTexCoord(const InputVertexData *src, OutputVertexData *dst);
}
#endif
#endif

View File

@ -72,4 +72,4 @@ namespace VertexFormatConverter
dst->normal[i][2] = ((float*)src)[j + 2];
}
}
}
}

View File

@ -32,4 +32,4 @@ namespace VertexFormatConverter
void LoadNormal3_Float(InputVertexData *dst, u8 *src);
}
#endif
#endif

View File

@ -73,4 +73,4 @@ public:
};
#endif
#endif

View File

@ -17,4 +17,4 @@
#include "NativeVertexFormat.h"
#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h"
#include "../../../Core/VideoCommon/Src/VertexLoader_Position.h"

View File

@ -15,4 +15,4 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#include "../../../Core/VideoCommon/Src/VideoCommon.h"
#include "../../../Core/VideoCommon/Src/VideoCommon.h"

View File

@ -246,4 +246,4 @@ void LoadXFReg(u32 transferSize, u32 baseAddress, u32 *pData);
void LoadIndexedXF(u32 val, int array);
#endif
#endif