Showing 1 changed files with 2 additions and 2 deletions
+2 -2
Nasal/afcs.nas
... ...
@@ -154,7 +154,7 @@ var APClass = {
154 154
                     );
155 155
                 }
156 156
             },
157
-            L: [ 
157
+            L: [
158 158
                func { me.sendModeChange('AP');  },
159 159
                func { me.sendModeChange('FD');  },
160 160
                func { me.sendModeChange('NAV'); },
... ...
@@ -162,7 +162,7 @@ var APClass = {
162 162
                func { me.sendModeChange('VS');  },
163 163
                func { me.sendModeChange('FLC'); },
164 164
             ],
165
-            R: [ 
165
+            R: [
166 166
                func { me.sendModeChange('YD');  },
167 167
                func { me.sendModeChange('HDG'); },
168 168
                func { me.sendModeChange('APR'); },