git » libfiu » commit 323cc42

preload/posix/generate: Replace spaces with tab

author Jakub Wilk
2017-01-19 23:15:21 UTC
committer Alberto Bertogli
2017-01-20 12:24:24 UTC
parent 1e626893f1d475b8afd0ffd04ca5920bf9b45931

preload/posix/generate: Replace spaces with tab

The file was using tabs for indentation in all lines but one.

preload/posix/generate +1 -1

diff --git a/preload/posix/generate b/preload/posix/generate
index 6e93247..3c862f3 100755
--- a/preload/posix/generate
+++ b/preload/posix/generate
@@ -152,7 +152,7 @@ class Function:
 			n.append(self.fiu_name + '/reduce')
 		return n
 
-        def apply_variant(self, v):
+	def apply_variant(self, v):
 		if v != 'off64_t':
 			raise SyntaxError, "Unknown function variant: " + v