sed source files to end with 1 new line
This commit is contained in:
@@ -65,4 +65,5 @@ int get_luminance(char *r)
|
||||
}
|
||||
|
||||
return (0.299 * n[0] + 0.587 * n[1] + 0.114 * n[2]) / 2.55;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user