Skip to content

Commit f49cac0

Browse files
jlevequeShuotian Cheng
authored andcommitted
Remove extra trailing newlines at EOF (#804)
Files now end with a single newline
1 parent 2090cd3 commit f49cac0

114 files changed

Lines changed: 0 additions & 116 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

device/accton/x86_64-accton_as7512_32x-r0/plugins/eeprom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
3030
def __init__(self, name, path, cpld_root, ro):
3131
self.eeprom_path = "/sys/bus/i2c/devices/1-0057/eeprom"
3232
super(board, self).__init__(self.eeprom_path, 0, '', True)
33-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7712-32x100G.config.bcm
2-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7716-32x100G.config.bcm
2-

device/arista/x86_64-arista_7050_qx32/plugins/led_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ def __init__(self):
8686
led_sysfs_path = self.LED_SYSFS_PATH_NO_BREAKOUT.format(qsfp_index)
8787
with open(led_sysfs_path, 'w') as led_file:
8888
led_file.write("%d" % self.LED_COLOR_OFF)
89-

device/arista/x86_64-arista_7050_qx32s/plugins/led_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ def __init__(self):
8181
led_sysfs_path = self.LED_SYSFS_PATH_NO_BREAKOUT.format(qsfp_index + self.LED_QSFP_OFFSET)
8282
with open(led_sysfs_path, 'w') as led_file:
8383
led_file.write("%d" % self.LED_COLOR_OFF)
84-

device/arista/x86_64-arista_7050_qx32s/sensors.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ chip "pmbus-i2c-5-58"
4646
label temp1 "Power supply 2 hotspot sensor"
4747
label temp2 "Power supply 2 inlet temp sensor"
4848
label temp3 "Power supply 2 sensor"
49-

device/arista/x86_64-arista_7060_cx32s/sensors.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ chip "pmbus-i2c-5-58"
4444
label temp1 "Power supply 2 hotspot sensor"
4545
label temp2 "Power supply 2 inlet temp sensor"
4646
label temp3 "Power supply 2 sensor"
47-

device/dell/x86_64-dell_z9100_c2538-r0/plugins/eeprom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
2020
def __init__(self, name, path, cpld_root, ro):
2121
self.eeprom_path = "/sys/class/i2c-adapter/i2c-2/2-0050/eeprom"
2222
super(board, self).__init__(self.eeprom_path, 0, '', True)
23-

device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/fancontrol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ MINTEMP=hwmon2/device/pwm2=20 hwmon2/device/pwm1=20
99
MAXTEMP=hwmon2/device/pwm2=60 hwmon2/device/pwm1=60
1010
MINSTART=hwmon2/device/pwm2=75 hwmon2/device/pwm1=75
1111
MINSTOP=hwmon2/device/pwm2=22 hwmon2/device/pwm1=22
12-

device/ingrasys/x86_64-ingrasys_s8900_54xc-r0/plugins/eeprom.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
2020
def __init__(self, name, path, cpld_root, ro):
2121
self.eeprom_path = "/sys/class/i2c-adapter/i2c-17/17-0054/eeprom"
2222
super(board, self).__init__(self.eeprom_path, 0, '', True)
23-

0 commit comments

Comments
 (0)