style: update file name style

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-05-11 10:38:27 +01:00
parent fb336b8a1c
commit 04c238e09e

View File

@ -12,7 +12,7 @@ Source Files
Names
~~~~~
Use lower case and separate words using underscore (e.g., file_name.c, header.h).
Use lower case and separate words using dashes (e.g., file-name.c, header.h).
Use standard file extension for C source and header files.