Remove trailing blank lines.

find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
pull/8034/head
orbea 2019-01-17 19:32:09 -08:00
parent db0cb37dc3
commit e062b98088
300 changed files with 0 additions and 311 deletions

View File

@ -280,4 +280,3 @@ clean:
rm -f ctr/3dsx_custom_crt0.o
.PHONY: clean

View File

@ -219,4 +219,3 @@ clean:
rm -f ctr/3dsx_custom_crt0.o
.PHONY: clean

View File

@ -52,4 +52,3 @@ clean:
rm -f $(BINDIR)/retroarch-joyconfig
rm -f $(PNDDIR)/readme.html
rm -f retroarch

View File

@ -128,4 +128,3 @@ clean:
rm -f $(OBJ)
.PHONY: clean

View File

@ -172,4 +172,3 @@ clean:
rm -f *.d
.PHONY: all install uninstall clean

View File

@ -43,4 +43,3 @@ bool audio_init_thread(const audio_driver_t **out_driver, void **out_data,
const audio_driver_t *driver);
#endif

View File

@ -210,4 +210,3 @@ audio_driver_t audio_ctr_dsp = {
ctr_dsp_audio_write_avail,
ctr_dsp_audio_buffer_size
};

View File

@ -360,4 +360,3 @@ static INLINE HRESULT XAudio2Create(IXAudio2 **ppXAudio2, UINT32 flags, XAUDIO2_
#pragma pack(pop)
#endif

View File

@ -223,4 +223,3 @@ void libretro_dummy_retro_cheat_set(unsigned idx,
(void)enabled;
(void)code;
}

View File

@ -226,4 +226,3 @@ clean:
rm -f $(TARGET)
.PHONY: clean

View File

@ -10,4 +10,3 @@ static const char *fragment_source = GLSL(
gl_FragColor = vec4(pow(mix(pow(texture2D(sTex0, vTex).rgb, vec3(2.2)), pow(texture2D(sTex1, vTex).rgb, vec3(2.2)), uMix), vec3(1.0 / 2.2)), 1.0);
}
);

View File

@ -9,4 +9,3 @@ static const char *vertex_source = GLSL(
gl_Position = vec4(aVertex, 0.0, 1.0); vTex = aTexCoord;
}
);

View File

@ -10,4 +10,3 @@ static const char *fragment_source = GLSL(
gl_FragColor = vec4(pow(mix(pow(texture2D(sTex0, vTex).bgr, vec3(2.2)), pow(texture2D(sTex1, vTex).bgr, vec3(2.2)), uMix), vec3(1.0 / 2.2)), 1.0);
}
);

View File

@ -2,4 +2,3 @@
global: retro_*;
local: *;
};

View File

@ -2,4 +2,3 @@
global: retro_*;
local: *;
};

View File

@ -145,4 +145,3 @@ clean:
rm -f $(OBJECTS) $(TARGET)
.PHONY: clean

View File

@ -2,4 +2,3 @@
global: retro_*;
local: *;
};

View File

@ -144,4 +144,3 @@ clean:
rm -f $(OBJECTS) $(TARGET)
.PHONY: clean

View File

@ -2,4 +2,3 @@
global: retro_*;
local: *;
};

View File

@ -5,4 +5,3 @@
*startfile:
ctr/3dsx_custom_crt0%O%s crti%O%s crtbegin%O%s

View File

@ -72,4 +72,3 @@ ClrLoop:
bne ClrLoop
bx lr

View File

@ -308,4 +308,3 @@ long sysconf(int name)
return -1;
}

View File

@ -192,4 +192,3 @@ fi
for core in $cores; do
buildCore $core
done

View File

@ -158,4 +158,3 @@ extern unsigned subsystem_current_count;
RETRO_END_DECLS
#endif

View File

@ -363,4 +363,3 @@ void d3d8x_font_get_text_metrics(void *data, void *metrics)
font->lpVtbl->GetTextMetrics(font, (TEXTMETRICA*)metrics);
#endif
}

View File

@ -89,4 +89,3 @@ typedef struct
} FontFragmentIn;
#endif /* ShaderTypes_h */

View File

@ -587,4 +587,3 @@ bool vulkan_create_swapchain(gfx_ctx_vulkan_data_t *vk,
RETRO_END_DECLS
#endif

View File

@ -64,4 +64,3 @@ typedef struct input_ctx_wayland_data
} input_ctx_wayland_data_t;
#endif

View File

@ -805,4 +805,3 @@ char *x11_get_wm_name(Display *dpy)
return title;
}

View File

@ -82,4 +82,3 @@ char *x11_get_wm_name(Display *dpy);
bool x11_has_net_wm_fullscreen(Display *dpy);
#endif

View File

@ -30,4 +30,3 @@ unsigned xinerama_get_monitor(Display *dpy,
int x, int y, int w, int h);
#endif

View File

@ -54,4 +54,3 @@ const video_display_server_t dispserv_null = {
NULL, /* get_output_options */
"null"
};

View File

@ -34,5 +34,3 @@ for( int i=0; i < 6; i++ )
color *= sqrt(1.5 - 0.5 * length(uv));
FragColor = vec4(color.r, color.g, color.b , 0.5);
}

View File

@ -71,5 +71,3 @@ void main(void)
a = a * min(pos.y * 4.0, 1.0);
FragColor = vec4(1.0, 1.0, 1.0, a);
}

View File

@ -71,5 +71,3 @@ void main(void)
a = a * min(pos.y * 4.0, 1.0);
FragColor = vec4(1.0, 1.0, 1.0, a);
}

View File

@ -73,4 +73,3 @@ void main(void)
FragColor = vec4(col(p));
}

View File

@ -784,4 +784,3 @@ video_driver_t video_sdl2 = {
#endif
sdl2_gfx_poke_interface
};

View File

@ -2745,4 +2745,3 @@ video_driver_t video_vulkan = {
vulkan_get_poke_interface,
NULL, /* vulkan_wrap_type_to_enum */
};

View File

@ -35,5 +35,3 @@ for( int i=0; i < 8; i++ )
color *= sqrt(1.5 - 0.5 * length(uv));
FragColor = vec4(color.r, color.g, color.b , 0.5);
}

View File

@ -72,5 +72,3 @@ void main(void)
a = a * min(pos.y * 4.0, 1.0);
FragColor = vec4(1.0, 1.0, 1.0, a);
}

View File

@ -72,5 +72,3 @@ void main(void)
a = a * min(pos.y * 4.0, 1.0);
FragColor = vec4(1.0, 1.0, 1.0, a);
}

View File

@ -267,4 +267,3 @@ video_driver_t video_xshm = {
#endif
xshm_gfx_poke_interface
};

View File

@ -376,4 +376,3 @@ const gfx_ctx_driver_t gfx_ctx_gdi = {
NULL,
NULL
};

View File

@ -166,4 +166,3 @@ const gfx_ctx_driver_t gfx_ctx_null = {
NULL,
NULL
};

View File

@ -266,4 +266,3 @@ const gfx_ctx_driver_t gfx_ctx_khr_display = {
gfx_ctx_khr_display_get_context_data,
NULL
};

View File

@ -332,4 +332,3 @@ const gfx_ctx_driver_t gfx_ctx_mali_fbdev = {
NULL,
NULL
};

View File

@ -442,4 +442,3 @@ const gfx_ctx_driver_t gfx_ctx_ps3 = {
NULL,
NULL
};

View File

@ -207,4 +207,3 @@ const gfx_ctx_driver_t gfx_ctx_sixel = {
NULL,
NULL
};

View File

@ -874,4 +874,3 @@ const gfx_ctx_driver_t gfx_ctx_wgl = {
#endif
NULL
};

View File

@ -154,4 +154,3 @@ font_renderer_driver_t bitmap_font_renderer = {
"bitmap",
font_renderer_bmp_get_line_height,
};

View File

@ -111,4 +111,3 @@ bool glslang_parse_meta(const std::vector<std::string> &lines, glslang_meta *met
#endif
#endif

View File

@ -1297,4 +1297,3 @@ const shader_backend_t gl_cg_backend = {
RARCH_SHADER_CG,
"gl_cg"
};

View File

@ -3164,4 +3164,3 @@ void vulkan_filter_chain_end_frame(
{
chain->end_frame(cmd);
}

View File

@ -168,4 +168,3 @@ struct video_shader *vulkan_filter_chain_get_preset(
RETRO_END_DECLS
#endif

View File

@ -95,4 +95,3 @@ bool slang_preprocess_parse_parameters(const char *shader_path,
return false;
return slang_preprocess_parse_parameters(meta, shader);
}

View File

@ -39,4 +39,3 @@ bool slang_preprocess_parse_parameters(glslang_meta& meta,
#endif
#endif

View File

@ -680,4 +680,3 @@ bool slang_reflect_spirv(const std::vector<uint32_t> &vertex,
return false;
}
}

View File

@ -744,4 +744,3 @@ D3DXConvertMeshSubsetToStrips
#endif /* __cplusplus */
#endif /* __D3DX8MESH_H__ */

View File

@ -919,4 +919,3 @@ namespace D2D1
#endif // #ifndef D2D_USE_C_DEFINITIONS
#endif // #ifndef _D2D1_HELPER_H_

View File

@ -62,4 +62,3 @@ namespace D2D1
#endif // #if NTDDI_VERSION >= NTDDI_WINBLUE
#endif // #ifndef _D2D1_HELPER_H_

View File

@ -257,4 +257,3 @@ namespace D2D1
#endif // #if NTDDI_VERSION >= NTDDI_WINTHRESHOLD
#endif // #ifndef _D2D1_HELPER_H_

View File

@ -313,4 +313,3 @@ inline float4 D2DGetScenePosition()
#define D2DSampleInputAtOffset(index, offset) InputTexture##index.Sample(InputSampler##index, __d2dstatic_uv##index.xy + offset * __d2dstatic_uv##index.zw)
#define D2DSampleInputAtPosition(index, pos) InputTexture##index.Sample(InputSampler##index, __d2dstatic_uv##index.xy + __d2dstatic_uv##index.zw * (pos - __d2dstatic_scenePos.xy))

View File

@ -1029,4 +1029,3 @@ operator==(const D2D1_RECT_U &rect1, const D2D1_RECT_U &rect2)
#endif // #ifndef D2D_USE_C_DEFINITIONS
#endif // #ifndef _D2D1_HELPER_H_

View File

@ -6526,4 +6526,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d10_0000_0024_v0_0_s_ifspec;
#endif
#endif

View File

@ -1744,4 +1744,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d10_1_0000_0003_v0_0_s_ifspec;
#endif
#endif

View File

@ -300,4 +300,3 @@ extern "C" {
#endif //__cplusplus
#endif //__D3D10_1SHADER_H__

View File

@ -1455,4 +1455,3 @@ HRESULT WINAPI D3D10DisassembleEffect(_In_ ID3D10Effect *pEffect, BOOL EnableCol
/*#pragma endregion*/
#endif //__D3D10EFFECT_H__

View File

@ -146,4 +146,3 @@ HRESULT WINAPI D3D10CreateBlob(SIZE_T NumBytes, _Out_ LPD3D10BLOB *ppBuffer);
#endif //__cplusplus
#endif //__D3D10EFFECT_H__

View File

@ -1360,4 +1360,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d10sdklayers_0000_0003_v0_0_s_ifspec;
#endif
#endif

View File

@ -542,4 +542,3 @@ HRESULT WINAPI D3D10GetShaderDebugInfo(_In_reads_bytes_(BytecodeLength) CONST vo
/*#pragma endregion*/
#endif //__D3D10SHADER_H__

View File

@ -14128,4 +14128,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11_0000_0041_v0_0_s_ifspec;
#endif
#endif

View File

@ -5112,4 +5112,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11_1_0000_0009_v0_0_s_ifspec;
#endif
#endif

View File

@ -2686,4 +2686,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11_2_0000_0002_v0_0_s_ifspec;
#endif
#endif

View File

@ -6681,4 +6681,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11_3_0000_0011_v0_0_s_ifspec;
#endif
#endif

View File

@ -3038,4 +3038,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11_4_0000_0004_v0_0_s_ifspec;
#endif
#endif

View File

@ -262,4 +262,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11on12_0000_0001_v0_0_s_ifspec;
#endif
#endif

View File

@ -2529,4 +2529,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11sdklayers_0000_0006_v0_0_s_ifspec;
#endif
#endif

View File

@ -589,4 +589,3 @@ extern "C" {
#endif //__cplusplus
#endif //__D3D11SHADER_H__

View File

@ -540,4 +540,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d11ShaderTracing_0000_0002_v0_0_s_ifspec;
#endif
#endif

View File

@ -9990,4 +9990,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d12_0000_0027_v0_0_s_ifspec;
#endif
#endif

View File

@ -2600,4 +2600,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d12sdklayers_0000_0010_v0_0_s_ifspec;
#endif
#endif

View File

@ -451,4 +451,3 @@ extern "C" {
#endif //__cplusplus
#endif //__D3D12SHADER_H__

View File

@ -1745,4 +1745,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3d12video_0000_0006_v0_0_s_ifspec;
#endif
#endif

View File

@ -973,4 +973,3 @@ extern RPC_IF_HANDLE __MIDL_itf_d3dcommon_0000_0002_v0_0_s_ifspec;
#endif
#endif

View File

@ -392,4 +392,3 @@ HRESULT WINAPI D3DX11CreateFFT3DComplex(
/*#endif*/ /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
/*#pragma endregion*/

View File

@ -64,4 +64,3 @@ enum _D3DX10_ERR {
};
#endif //__D3DX10_H__

View File

@ -281,4 +281,3 @@ HRESULT WINAPI D3DX10CreateAsyncShaderResourceViewProcessor(ID3D10Device *pDevic
#endif //__cplusplus
#endif //__D3DX10ASYNC_H__

View File

@ -424,4 +424,3 @@ HRESULT WINAPI D3DX10UnsetAllDeviceObjects(ID3D10Device *pDevice);
#define D3DERR_WASSTILLDRAWING MAKE_D3DHRESULT(540)
#endif //__D3DX10CORE_H__

View File

@ -1813,4 +1813,3 @@ D3DX_CPU_OPTIMIZATION WINAPI
#endif
#endif // __D3DX9MATH_H__

View File

@ -2225,4 +2225,3 @@ D3DX10INLINE D3DXCOLOR* D3DXColorLerp
#endif // __D3DXMATH_INL__

View File

@ -278,4 +278,3 @@ typedef struct _D3DX10_ATTRIBUTE_WEIGHTS
} D3DX10_ATTRIBUTE_WEIGHTS, *LPD3DX10_ATTRIBUTE_WEIGHTS;
#endif //__D3DX10MESH_H__

View File

@ -736,4 +736,3 @@ HRESULT WINAPI
#endif //__cplusplus
#endif //__D3DX10TEX_H__

View File

@ -66,4 +66,3 @@ enum _D3DX11_ERR {
};
#endif //__D3DX11_H__

View File

@ -159,4 +159,3 @@ HRESULT WINAPI D3DX11CreateAsyncShaderResourceViewProcessor(ID3D11Device *pDevic
#endif //__cplusplus
#endif //__D3DX11ASYNC_H__

View File

@ -120,4 +120,3 @@ HRESULT WINAPI D3DX11UnsetAllDeviceObjects(ID3D11DeviceContext *pContext);
#define D3DERR_WASSTILLDRAWING MAKE_D3DHRESULT(540)
#endif //__D3DX11CORE_H__

View File

@ -743,4 +743,3 @@ HRESULT WINAPI
#endif //__cplusplus
#endif //__D3DX11TEX_H__

View File

@ -195,4 +195,3 @@ typedef struct _DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE_W_DATA
/*#pragma endregion*/
#endif // __DSCONF_INCLUDED__

View File

@ -181,4 +181,3 @@ DECLARE_INTERFACE_(IDxDiagContainer,IUnknown)
#pragma endregion
#endif /* _DXDIAG_H_ */

View File

@ -2785,4 +2785,3 @@ extern RPC_IF_HANDLE __MIDL_itf_dxgi_0000_0014_v0_0_s_ifspec;
#endif
#endif

View File

@ -2351,4 +2351,3 @@ extern RPC_IF_HANDLE __MIDL_itf_dxgi1_2_0000_0009_v0_0_s_ifspec;
#endif
#endif

Some files were not shown because too many files have changed in this diff Show More