Skip to content

Instantly share code, notes, and snippets.

@linuxlizard
Created January 23, 2014 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxlizard/8581512 to your computer and use it in GitHub Desktop.
Save linuxlizard/8581512 to your computer and use it in GitHub Desktop.
/* frustrating example of braces vs indent */
if (!pdev->dev.release)
pdev->dev.release = foo_release;
/*
* Get the Physical Resources
*/
if (foo_add_device(pdev)) {
BUG(); /* crash on fail? */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment