< prev index next >

src/share/vm/logging/logConfiguration.hpp

Print this page
rev 8933 : 8046148.01

@@ -21,10 +21,11 @@
  * questions.
  *
  */
 #ifndef SHARE_VM_LOGGING_LOGCONFIGURATION_HPP
 #define SHARE_VM_LOGGING_LOGCONFIGURATION_HPP
+
 #include "memory/allocation.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 class LogOutput;
 class LogDecorators;

@@ -84,6 +85,6 @@
 
   // Prints usage help for command line log configuration.
   static void print_command_line_help(FILE* out);
 };
 
-#endif
+#endif // SHARE_VM_LOGGING_LOGCONFIGURATION_HPP
< prev index next >