mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Remove trailing whitespace
This commit is contained in:
committed by
Rusty Russell
parent
7c09b6f478
commit
0353ec0983
@@ -163,7 +163,7 @@ class Field(object):
|
||||
|
||||
def has_array_helper(self):
|
||||
return self.fieldtype.has_array_helper()
|
||||
|
||||
|
||||
# Returns FieldType
|
||||
@staticmethod
|
||||
def _guess_type(message, fieldname, base_size):
|
||||
@@ -267,7 +267,7 @@ class Message(object):
|
||||
ctx_arg = 'const tal_t *ctx, ' if self.has_variable_fields else ''
|
||||
|
||||
args = []
|
||||
|
||||
|
||||
for f in self.fields:
|
||||
if f.is_len_var or f.is_padding():
|
||||
continue
|
||||
|
||||
@@ -22,7 +22,7 @@ for SYMBOL; do
|
||||
echo "/* Could not find declaration for $SYMBOL */"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
echo "/* Generated stub for $SYMBOL */"
|
||||
FILE=${WHERE%%:*}
|
||||
FILE_AND_LINE=${WHERE%:*}
|
||||
|
||||
Reference in New Issue
Block a user