Browse Source

Remove extraneous brace

pull/2260/head
Martin Kroeker GitHub 6 years ago
parent
commit
ae969f071d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/power/isamax.c

+ 1
- 1
kernel/power/isamax.c View File

@@ -1,4 +1,4 @@
#if (( defined(__GNUC__) && __GNUC__ < 6 )
#if ( defined(__GNUC__) && __GNUC__ < 6 )
#pragma GCC optimize "O0"
#endif
/***************************************************************************


Loading…
Cancel
Save