Removed trailing spaces (#2038, #2299)

This commit is contained in:
omar 2019-01-20 17:56:17 +01:00
parent e837099b67
commit 2c38b32db1
49 changed files with 314 additions and 321 deletions

View File

@ -1,4 +1,3 @@
#import <TargetConditionals.h> #import <TargetConditionals.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE

View File

@ -1,4 +1,3 @@
#import "AppDelegate.h" #import "AppDelegate.h"
@implementation AppDelegate @implementation AppDelegate

View File

@ -1,4 +1,3 @@
#import <MetalKit/MetalKit.h> #import <MetalKit/MetalKit.h>
@interface Renderer : NSObject <MTKViewDelegate> @interface Renderer : NSObject <MTKViewDelegate>

View File

@ -1,4 +1,3 @@
#import "Renderer.h" #import "Renderer.h"
#import <Metal/Metal.h> #import <Metal/Metal.h>

View File

@ -1,4 +1,3 @@
#import <Metal/Metal.h> #import <Metal/Metal.h>
#import <MetalKit/MetalKit.h> #import <MetalKit/MetalKit.h>
#import "Renderer.h" #import "Renderer.h"

View File

@ -1,4 +1,3 @@
#import "ViewController.h" #import "ViewController.h"
#import "Renderer.h" #import "Renderer.h"
#include "imgui.h" #include "imgui.h"

View File

@ -1,4 +1,3 @@
#import <TargetConditionals.h> #import <TargetConditionals.h>
#if TARGET_OS_IPHONE #if TARGET_OS_IPHONE