summaryrefslogtreecommitdiff
path: root/python/lineardisassembly.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lineardisassembly.py')
-rw-r--r--python/lineardisassembly.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lineardisassembly.py b/python/lineardisassembly.py
index 87dd656e..92679917 100644
--- a/python/lineardisassembly.py
+++ b/python/lineardisassembly.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2019 Vector 35 Inc
+# Copyright (c) 2015-2020 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
@@ -71,4 +71,4 @@ class LinearDisassemblyLine(object):
return str(self.contents)
def __repr__(self):
- return repr(self.contents) \ No newline at end of file
+ return repr(self.contents)