Fix end comments in header files (#2829)

The end comments for the #ifndef ... #endif macros in various header
files containd a stray #define.
This commit is contained in:
Alastair Donaldson 2019-09-02 22:31:27 +01:00 committed by dan sinclair
parent 65e362b7ae
commit 2c5ed16ba9
10 changed files with 10 additions and 10 deletions

View File

@ -36,4 +36,4 @@ struct DataDescriptorEquals {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_DATA_DESCRIPTOR_H_
#endif // SOURCE_FUZZ_DATA_DESCRIPTOR_H_

View File

@ -128,4 +128,4 @@ class FactManager {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FACT_MANAGER_H_
#endif // SOURCE_FUZZ_FACT_MANAGER_H_

View File

@ -58,4 +58,4 @@ class FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_H_
#endif // SOURCE_FUZZ_FUZZER_PASS_H_

View File

@ -35,4 +35,4 @@ class FuzzerPassAddDeadBreaks : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_ADD_DEAD_BREAKS_H_
#endif // SOURCE_FUZZ_FUZZER_PASS_ADD_DEAD_BREAKS_H_

View File

@ -36,4 +36,4 @@ class FuzzerPassAddDeadContinues : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_ADD_DEAD_CONTINUES_H_
#endif // SOURCE_FUZZ_FUZZER_PASS_ADD_DEAD_CONTINUES_H_

View File

@ -43,4 +43,4 @@ class FuzzerPassAddUsefulConstructs : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_ADD_USEFUL_CONSTRUCTS_
#endif // SOURCE_FUZZ_FUZZER_PASS_ADD_USEFUL_CONSTRUCTS_

View File

@ -104,4 +104,4 @@ class FuzzerPassObfuscateConstants : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_OBFUSCATE_CONSTANTS_
#endif // SOURCE_FUZZ_FUZZER_PASS_OBFUSCATE_CONSTANTS_

View File

@ -36,4 +36,4 @@ class FuzzerPassPermuteBlocks : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_PERMUTE_BLOCKS_
#endif // SOURCE_FUZZ_FUZZER_PASS_PERMUTE_BLOCKS_

View File

@ -36,4 +36,4 @@ class FuzzerPassSplitBlocks : public FuzzerPass {
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_FUZZER_PASS_SPLIT_BLOCKS_
#endif // SOURCE_FUZZ_FUZZER_PASS_SPLIT_BLOCKS_

View File

@ -49,4 +49,4 @@ opt::Instruction* FindUniformVariable(
} // namespace fuzz
} // namespace spvtools
#endif // #define SOURCE_FUZZ_UNIFORM_BUFFER_ELEMENT_DESCRIPTOR_H_
#endif // SOURCE_FUZZ_UNIFORM_BUFFER_ELEMENT_DESCRIPTOR_H_