mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Reduce some tab spacing in kubectl
This commit is contained in:
		@@ -550,7 +550,7 @@ func printResourceQuotaList(list *api.ResourceQuotaList, w io.Writer) error {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// PrintObj prints the obj in a human-friendly format according to the type of the obj.
 | 
					// PrintObj prints the obj in a human-friendly format according to the type of the obj.
 | 
				
			||||||
func (h *HumanReadablePrinter) PrintObj(obj runtime.Object, output io.Writer) error {
 | 
					func (h *HumanReadablePrinter) PrintObj(obj runtime.Object, output io.Writer) error {
 | 
				
			||||||
	w := tabwriter.NewWriter(output, 20, 5, 3, ' ', 0)
 | 
						w := tabwriter.NewWriter(output, 10, 4, 3, ' ', 0)
 | 
				
			||||||
	defer w.Flush()
 | 
						defer w.Flush()
 | 
				
			||||||
	t := reflect.TypeOf(obj)
 | 
						t := reflect.TypeOf(obj)
 | 
				
			||||||
	if handler := h.handlerMap[t]; handler != nil {
 | 
						if handler := h.handlerMap[t]; handler != nil {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user