From b8547226b92b1508483220e4a4f3a2c2b40bb258 Mon Sep 17 00:00:00 2001
From: Tim Stadtmann <tim.stadtmann@rwth-aachen.de>
Date: Tue, 6 Dec 2016 16:07:04 +0100
Subject: [PATCH] Change mode of enumerations

The python-doc-preprocess script will change the mode of the enum-files each time
they are processed. In order to avoid a stuffed list of changed files in git,
the file mode is now permanently changed.
---
 source/BrakeMode.m           |  0
 source/ByteCodes.m           |  0
 source/COMGetSubCodes.m      |  0
 source/COMSetSubCodes.m      |  0
 source/Color.m               |  0
 source/ConnectionType.m      |  0
 source/Device.m              |  0
 source/DeviceType.m          |  0
 source/InputDeviceSubCodes.m |  0
 source/LEDPattern.m          |  0
 source/MotorBitfield.m       |  0
 source/MotorInput.m          |  0
 source/MotorPort.m           |  0
 source/Primitives.m          |  0
 source/SensorPort.m          |  0
 source/SoundSubCodes.m       |  0
 source/SystemCommands.m      | 54 ++++++++++++++++++------------------
 source/UIDrawSubCodes.m      |  0
 source/UIReadSubCodes.m      |  0
 source/UIWriteSubCodes.m     |  0
 source/vmCodes.m             |  0
 21 files changed, 27 insertions(+), 27 deletions(-)
 mode change 100755 => 100644 source/BrakeMode.m
 mode change 100755 => 100644 source/ByteCodes.m
 mode change 100755 => 100644 source/COMGetSubCodes.m
 mode change 100755 => 100644 source/COMSetSubCodes.m
 mode change 100755 => 100644 source/Color.m
 mode change 100755 => 100644 source/ConnectionType.m
 mode change 100755 => 100644 source/Device.m
 mode change 100755 => 100644 source/DeviceType.m
 mode change 100755 => 100644 source/InputDeviceSubCodes.m
 mode change 100755 => 100644 source/LEDPattern.m
 mode change 100755 => 100644 source/MotorBitfield.m
 mode change 100755 => 100644 source/MotorInput.m
 mode change 100755 => 100644 source/MotorPort.m
 mode change 100755 => 100644 source/Primitives.m
 mode change 100755 => 100644 source/SensorPort.m
 mode change 100755 => 100644 source/SoundSubCodes.m
 mode change 100755 => 100644 source/SystemCommands.m
 mode change 100755 => 100644 source/UIDrawSubCodes.m
 mode change 100755 => 100644 source/UIReadSubCodes.m
 mode change 100755 => 100644 source/UIWriteSubCodes.m
 mode change 100755 => 100644 source/vmCodes.m

diff --git a/source/BrakeMode.m b/source/BrakeMode.m
old mode 100755
new mode 100644
diff --git a/source/ByteCodes.m b/source/ByteCodes.m
old mode 100755
new mode 100644
diff --git a/source/COMGetSubCodes.m b/source/COMGetSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/COMSetSubCodes.m b/source/COMSetSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/Color.m b/source/Color.m
old mode 100755
new mode 100644
diff --git a/source/ConnectionType.m b/source/ConnectionType.m
old mode 100755
new mode 100644
diff --git a/source/Device.m b/source/Device.m
old mode 100755
new mode 100644
diff --git a/source/DeviceType.m b/source/DeviceType.m
old mode 100755
new mode 100644
diff --git a/source/InputDeviceSubCodes.m b/source/InputDeviceSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/LEDPattern.m b/source/LEDPattern.m
old mode 100755
new mode 100644
diff --git a/source/MotorBitfield.m b/source/MotorBitfield.m
old mode 100755
new mode 100644
diff --git a/source/MotorInput.m b/source/MotorInput.m
old mode 100755
new mode 100644
diff --git a/source/MotorPort.m b/source/MotorPort.m
old mode 100755
new mode 100644
diff --git a/source/Primitives.m b/source/Primitives.m
old mode 100755
new mode 100644
diff --git a/source/SensorPort.m b/source/SensorPort.m
old mode 100755
new mode 100644
diff --git a/source/SoundSubCodes.m b/source/SoundSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/SystemCommands.m b/source/SystemCommands.m
old mode 100755
new mode 100644
index ef9794c..4e154f5
--- a/source/SystemCommands.m
+++ b/source/SystemCommands.m
@@ -1,27 +1,27 @@
-%SystemCommands SystemCommands enumeration for the brick
-%
-% Notes::
-% - SystemCommands can be found in the EV3 documentation and source code
-% (c_com.c)
-
-classdef SystemCommands < uint8
-    enumeration
-         BeginDownload (146)
-         ContinueDownload (147)
-         BeginUpload (148)
-         ContinueUpload (149)
-         BeginGetFile (150)
-         ContinueGetFile (151)
-         CloseFileHandle (152)
-         ListFiles (153)
-         ContinueListFiles (154)
-         CreateDir (155)
-         DeleteFile (156)
-         ListOpenHandles (157)
-         WriteMailBox (158)
-         BlueToothPin (159)
-         EnterFWUpdate (160)
-         SetBundleID (161)
-         SetBundleSeedID (162)
-    end
-end
+%SystemCommands SystemCommands enumeration for the brick
+%
+% Notes::
+% - SystemCommands can be found in the EV3 documentation and source code
+% (c_com.c)
+
+classdef SystemCommands < uint8
+    enumeration
+         BeginDownload (146)
+         ContinueDownload (147)
+         BeginUpload (148)
+         ContinueUpload (149)
+         BeginGetFile (150)
+         ContinueGetFile (151)
+         CloseFileHandle (152)
+         ListFiles (153)
+         ContinueListFiles (154)
+         CreateDir (155)
+         DeleteFile (156)
+         ListOpenHandles (157)
+         WriteMailBox (158)
+         BlueToothPin (159)
+         EnterFWUpdate (160)
+         SetBundleID (161)
+         SetBundleSeedID (162)
+    end
+end
diff --git a/source/UIDrawSubCodes.m b/source/UIDrawSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/UIReadSubCodes.m b/source/UIReadSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/UIWriteSubCodes.m b/source/UIWriteSubCodes.m
old mode 100755
new mode 100644
diff --git a/source/vmCodes.m b/source/vmCodes.m
old mode 100755
new mode 100644
-- 
GitLab