Removed trailing spaces (#2038, #2299)

features/potocpav-newer-lines-2
omar ago%!(EXTRA string=6 years)
parent e837099b67
commit 2c38b32db1
  1. 1
      examples/example_apple_metal/Shared/AppDelegate.h
  2. 1
      examples/example_apple_metal/Shared/AppDelegate.m
  3. 1
      examples/example_apple_metal/Shared/Renderer.h
  4. 1
      examples/example_apple_metal/Shared/Renderer.mm
  5. 1
      examples/example_apple_metal/Shared/ViewController.h
  6. 1
      examples/example_apple_metal/Shared/ViewController.mm
  7. 1
      examples/example_apple_metal/Shared/main.m

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

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

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

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

@ -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"

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

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

Loading…
Cancel
Save