mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-10 12:10:21 +02:00
Replace non-leading tabs with spaces, using:
find -type f | # list all regular files grep -E '\.(h|cpp|mm)$' | # filter for source files grep -v '/mt_' | # filter out generated files grep -v '/vendor/' | # and vendored GL xargs -n 1 -P $(nproc) ./replace_non_leading_tabs.lua # reformat everything
This commit is contained in:
examples/AutomatedTest
include
ECullingTypes.hICursorControl.hIEventReceiver.hIFileArchive.hIGUIElement.hKeycodes.hSMaterial.hmatrix4.h
source/Irrlicht
Android
CAnimatedMeshSceneNode.hCB3DMeshFileLoader.cppCCameraSceneNode.cppCCameraSceneNode.hCEGLManager.cppCFileSystem.cppCGLXManager.cppCGLXManager.hCGUIEditBox.cppCGUIFont.cppCGUISkin.cppCImageLoaderJPG.hCImageLoaderTGA.cppCImageWriterJPG.cppCIrrDeviceLinux.cppCIrrDeviceOSX.mmCIrrDeviceSDL.cppCIrrDeviceWin32.hCOGLESDriver.cppCOGLESDriver.hCOpenGLCoreCacheHandler.hCOpenGLDriver.cppCOpenGLDriver.hCSkinnedMesh.cppCWGLManager.cppCXMeshFileLoader.cppCZipReader.cppCZipReader.hIrrlicht.cppOpenGL
OpenGL3
Reference in New Issue
Block a user